powered by
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.
cross
An object of class cross. See read.cross for details.
read.cross
If TRUE, print the number of genotypes removed.
Karl W Broman, broman@wisc.edu
plotMissing, plotInfo
plotMissing
plotInfo
data(listeria) sum(nmissing(listeria)) listeria <- strip.partials(listeria) sum(nmissing(listeria))
Run the code above in your browser using DataLab