convert2cross2 {qtl2} | R Documentation |
Convert R/qtl cross object to new format
Description
Convert a cross object from the R/qtl format to the R/qtl2 format
Usage
convert2cross2(cross)
Arguments
cross |
An object of class |
Value
Object of class "cross2"
. For details, see the
R/qtl2 developer guide.
See Also
Examples
library(qtl)
data(hyper)
hyper2 <- convert2cross2(hyper)
[Package qtl2 version 0.36 Index]