\name{viewFlagHomo} \alias{viewFlagHomo} \title{flag homo/heterozygotes for specified marker} \description{ Flag homo/heterozygoter for specified marker. } \usage{ viewFlagHomo(flagHomo.object, markerName) } \arguments{ \item{flagHomo.object}{object returned by the function pedFlagHomo().} \item{markerName}{name of the specified marker.} } \value{ \item{countMatM}{Count the number of homo/heterozygotes for the specified marker.} \item{flagHomoMatM}{Flag homo/heterozygotes for the specified marker. 1 -- homozygotes; 0 -- heterozygotes; -1 -- genotype contains one missing allele; -2 -- genotype contains two missing alleles.} } \author{ Weiliang Qiu \email{stwxq@channing.harvard.edu}, Ross Lazarus \email{ross.lazarus@channing.harvard.edu}, Gregory Warnes \email{warnes@bst.rochester.edu}, Nitin Jain \email{nitin.jain@pfizer.com} } \examples{ data(CAMP) res<-pedFlagHomo(CAMP) viewFlagHomo(res, "p79") } \keyword{htest}