drop.markers {qtl}R Documentation

Drop a set of markers

Description

Drop a vector of markers the data matrices and genetic maps.

Usage

drop.markers(cross,markers)

Arguments

cross An object of class cross. See read.cross for details.
markers A character vector of marker names.

Value

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.

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

drop.nullmarkers, geno.table, clean, drop.qtlgeno

Examples

data(listeria)
listeria2 <- drop.markers(listeria,c("D10M44","D1M3","D1M75","D1M155"))

[Package Contents]