powered by
Count the number of genotypes for each individual or each marker in a cross.
ntyped(cross, what=c("ind","mar"))
A vector containing the number of genotypes for each individual or for each marker.
An object of class cross. See read.cross for details.
cross
read.cross
Indicates whether to count genotypes for each individual or each marker.
Karl W Broman, broman@wisc.edu
nmissing, summary.cross, nind, totmar
nmissing
summary.cross
nind
totmar
data(listeria) # plot number of genotypes for each individual plot(ntyped(listeria)) # plot number of genotypes for each marker plot(ntyped(listeria, what="mar"))
Run the code above in your browser using DataLab