cross2_do_to_genail8 {qtl2convert} | R Documentation |
Convert cross2 object from do to genail8
Description
Convert a cross2 object from cross type "do"
to cross type "genail8"
.
Usage
cross2_do_to_genail8(cross)
cross2_do_to_genail(cross)
Arguments
cross |
Object of class |
Value
The input object cross
with cross type changed to
class "genail8"
and the cross information revised to match.
Examples
## 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)
[Package qtl2convert version 0.30 Index]