strip.partials | R Documentation |
Replace all partially informative genotypes (e.g., dominant markers in an intercross) with missing values.
strip.partials(cross, verbose=TRUE)
cross |
An object of class |
verbose |
If TRUE, print the number of genotypes removed. |
The same class cross
object as in the input, but with partially
informative genotypes made missing.
Karl W Broman, broman@wisc.edu
plotMissing
, plotInfo
data(listeria)
sum(nmissing(listeria))
listeria <- strip.partials(listeria)
sum(nmissing(listeria))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.