drop_markers | R Documentation |
Drop a vector of markers from a cross2 object.
drop_markers(cross, markers)
cross |
Object of class |
markers |
A vector of marker names. |
The input cross
with the specified markers removed.
pull_markers()
, drop_nullmarkers()
, reduce_markers()
, find_dup_markers()
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
markers2drop <- c("BH.342C/347L-Col", "GH.94L", "EG.357C/359L-Col", "CD.245L", "ANL2")
grav2_rev <- drop_markers(grav2, markers2drop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.