convert2cross2: Convert R/qtl cross object to new format

Description Usage Arguments Value See Also Examples

Description

Convert a cross object from the R/qtl format to the R/qtl2 format

Usage

1

Arguments

cross

An object of class "cross"; see read.cross for details.

Value

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

See Also

read_cross2

Examples

1
2
3
library(qtl)
data(hyper)
hyper2 <- convert2cross2(hyper)

simecek/qtl2 documentation built on May 29, 2019, 10:01 p.m.