| drop.nullmarkers {qtl} | R Documentation |
Drop markers, from the data matrices and genetic maps, that have no genotype data.
drop.nullmarkers(cross)
cross |
An object of class cross. See
read.cross for details. |
The same object in the input, with any markers lacking genotype
data removed from the genotype data matrices, genetic maps, and, if
applicable, the results of calc.genoprob,
argmax.geno, sim.geno,
and est.rf.
Karl W Broman,
kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
drop.markers, clean,
drop.qtlgeno, geno.table
data(listeria) listeria2 <- drop.nullmarkers(listeria)