Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

convert2cross2

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 "cross"; see qtl::read.cross() for details.

Value

Object of class "cross2". For details, see the R/qtl2 developer guide.

See Also

Examples

library(qtl)
data(hyper)
hyper2 <- convert2cross2(hyper)

qtl2

Quantitative Trait Locus Mapping in Experimental Crosses

v0.24
GPL-3
Authors
Karl W Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>), R Core Team [ctb]
Initial release
2020-12-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.