Strip partially informative genotypes
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
data(listeria) sum(nmissing(listeria)) listeria <- strip.partials(listeria) sum(nmissing(listeria))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.