Number of genotypes
Count the number of genotypes for each individual or each marker in a cross.
ntyped(cross, what=c("ind","mar"))
cross |
An object of class |
what |
Indicates whether to count genotypes for each individual or each marker. |
A vector containing the number of genotypes for each individual or for each marker.
Karl W Broman, broman@wisc.edu
data(listeria) # plot number of genotypes for each individual plot(ntyped(listeria)) # plot number of genotypes for each marker plot(ntyped(listeria, what="mar"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.