Learn R Programming

qtl (version 0.97-21)

geno.table: Create table of genotype distributions

Description

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.

Usage

geno.table(cross)

Arguments

cross
An object of class cross. See read.cross for details.

Value

  • A matrix containing, for each marker, the number of individuals with each possible genotype, as well as the number that were not typed. The last column gives P-values from chi-square tests of Mendelian segregation.

See Also

summary.cross, drop.markers, drop.nullmarkers

Examples

Run this code
data(listeria)
geno.table(listeria)

Run the code above in your browser using DataLab