pull_markers | R Documentation |
Drop all markers from a cross2 object expect those in a specified vector.
pull_markers(cross, markers)
cross |
Object of class |
markers |
A vector of marker names. |
The input cross
with only the specified markers.
drop_markers()
, drop_nullmarkers()
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 <- pull_markers(grav2, markers2drop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.