drop.markers {qtl} | R Documentation |
Drop a vector of markers from 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 input object, with any markers in the vector markers
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, kbroman@biostat.wisc.edu
drop.nullmarkers
, geno.table
,
clean.cross
data(listeria) listeria2 <- drop.markers(listeria, c("D10M44","D1M3","D1M75"))