Learn R Programming

qtl (version 0.85-4)

drop.markers: 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.

See Also

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

Examples

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

Run the code above in your browser using DataLab