geno.table {qtl}R Documentation

Create table of genotype distributions

Description

Create table showing the observed numbers of individuals with each genotype at each marker.

Usage

geno.table(cross)

Arguments

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

Value

A matrix of dimension [n.mar x n.gen] showing, for each marker, the number of individuals with each possible genotype, as well as the number that were not typed.

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

drop.markers, drop.nullmarkers

Examples

data(listeria)
geno.table(listeria)

[Package Contents]