convert2cross2: Convert R/qtl cross object to new format

View source: R/convert2cross2.R

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

Value

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

See Also

read_cross2()

Examples

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

rqtl/qtl2 documentation built on March 20, 2024, 6:35 p.m.