geno.table {qtl} | R Documentation |
Create table showing the observed numbers of individuals with each genotype at each marker, including P-values from a chi-square tests for Mendelian segregation.
geno.table(cross)
cross |
An object of class cross . See
read.cross for details. |
A matrix containing, for each marker, the number of individuals with each possible genotype, as well as the number that were not typed. The first column gives the chromosome ID, and the last column gives P-values from chi-square tests of Mendelian segregation. In the case of partially informative genotypes, P-values are not provided.
Karl W Broman, kbroman@jhsph.edu
summary.cross
,
drop.markers
, drop.nullmarkers
data(listeria) geno.table(listeria)