Learn R Programming

qtl2convert (version 0.30)

cross2_do_to_genail8: Convert cross2 object from do to genail8

Description

Convert a cross2 object from cross type "do" to cross type "genail8".

Usage

cross2_do_to_genail8(cross)

cross2_do_to_genail(cross)

Value

The input object cross with cross type changed to class "genail8" and the cross information revised to match.

Arguments

cross

Object of class "cross2", as produced by qtl2::read_cross2().

Examples

Run this code
if (FALSE) {
file <- paste0("https://raw.githubusercontent.com/rqtl/",
               "qtl2data/master/DOex/DOex.zip")
DOex <- read_cross2(file)

DOex_genail <- cross2_do_to_genail8(DOex)
}

Run the code above in your browser using DataLab