View source: R/summary.cross.R
nmissing | R Documentation |
Count the number of missing genotypes for each individual or each marker in a cross.
nmissing(cross, what=c("ind","mar"))
cross |
An object of class |
what |
Indicates whether to count missing genotypes for each individual or each marker. |
A vector containing the number of missing genotypes for each individual or for each marker.
Karl W Broman, broman@wisc.edu
ntyped
, summary.cross
,
nind
, totmar
data(listeria)
# plot number of missing genotypes for each individual
plot(nmissing(listeria))
# plot number of missing genotypes for each marker
plot(nmissing(listeria, what="mar"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.