powered by
Convert a cross object from the R/qtl format to the R/qtl2 format
convert2cross2(cross)
Object of class "cross2". For details, see the R/qtl2 developer guide.
"cross2"
An object of class "cross"; see qtl::read.cross() for details.
"cross"
qtl::read.cross()
read_cross2()
library(qtl) data(hyper) hyper2 <- convert2cross2(hyper)
Run the code above in your browser using DataLab