cross2_ril_to_genril {qtl2convert} | R Documentation |
Convert cross2 object from ril to genril
Description
Convert a cross2 object from cross type "risibn"
to cross type "genriln"
.
Usage
cross2_ril_to_genril(cross)
Arguments
cross |
Object of class |
Value
The input object cross
with cross type changed to
class "genriln"
for some value of n
,
and the cross information revised to match.
Examples
## Not run:
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/master/CC/cc.zip")
cc <- read_cross2(file)
cc_genril <- cross2_ril_to_genril(cc)
## End(Not run)
## Not run:
file <- paste0("https://raw.githubusercontent.com/rqtl/",
"qtl2data/master/ArabMAGIC/arabmagic_tair9.zip")
arab <- read_cross2(file)
arab_genril <- cross2_ril_to_genril(arab)
## End(Not run)
[Package qtl2convert version 0.30 Index]