Drop markers without any genotype data
Drop markers, from the data matrices and genetic maps, that have no genotype data.
drop.nullmarkers(cross)
cross |
An object of class |
The input object, with any markers lacking genotype data removed from
the genotype data matrices, genetic maps, and, if applicable, any
derived data (such as produced by calc.genoprob
).
(It might be a good idea to re-derive such things after using this
function.)
Karl W Broman, broman@wisc.edu
# removes one marker from hyper data(hyper) hyper <- drop.nullmarkers(hyper) # shouldn't do anything to listeria data(listeria) listeria <- drop.nullmarkers(listeria)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.