Last chance! 50% off unlimited learning
Sale ends in
Replace all partially informative genotypes (e.g., dominant markers in an intercross) with missing values.
strip.partials(cross, verbose=TRUE)
The same class cross
object as in the input, but with partially
informative genotypes made missing.
An object of class cross
. See
read.cross
for details.
If TRUE, print the number of genotypes removed.
Karl W Broman, broman@wisc.edu
plotMissing
, plotInfo
data(listeria)
sum(nmissing(listeria))
listeria <- strip.partials(listeria)
sum(nmissing(listeria))
Run the code above in your browser using DataLab