| drop.markers {qtl} | R Documentation |
Drop a vector of markers the data matrices and genetic maps.
drop.markers(cross,markers)
cross |
An object of class cross. See
read.cross for details. |
markers |
A character vector of marker names. |
The same object in the input, with any markers in the vector
markers 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.nullmarkers, geno.table,
clean, drop.qtlgeno
data(listeria)
listeria2 <- drop.markers(listeria,c("D10M44","D1M3","D1M75","D1M155"))