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