View source: R/cross2_do_to_genail8.R
cross2_do_to_genail8 | R Documentation |
Convert a cross2 object from cross type "do"
to cross type "genail8"
.
cross2_do_to_genail8(cross)
cross2_do_to_genail(cross)
cross |
Object of class |
The input object cross
with cross type changed to
class "genail8"
and the cross information revised to match.
## Not run:
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/master/DOex/DOex.zip")
DOex <- read_cross2(file)
DOex_genail <- cross2_do_to_genail8(DOex)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.