View source: R/convert2cross2.R
convert2cross2 | R Documentation |
Convert a cross object from the R/qtl format to the R/qtl2 format
convert2cross2(cross)
cross |
An object of class |
Object of class "cross2"
. For details, see the
R/qtl2 developer guide.
read_cross2()
library(qtl)
data(hyper)
hyper2 <- convert2cross2(hyper)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.