Drop all but a selected set of markers
Drop all but a selected set of markers from the data matrices and genetic maps.
pull.markers(cross, markers)
cross |
An object of class |
markers |
A character vector of marker names. |
The input object, with any markers not specified 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, broman@wisc.edu
data(listeria) listeria2 <- pull.markers(listeria, c("D10M44","D1M3","D1M75"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.