View source: R/cross2_ril_to_genril.R
cross2_ril_to_genril | R Documentation |
Convert a cross2 object from cross type "risibn"
to cross type "genriln"
.
cross2_ril_to_genril(cross)
cross |
Object of class |
The input object cross
with cross type changed to
class "genriln"
for some value of n
,
and the cross information revised to match.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.