cross2_do_to_genail8: Convert cross2 object from do to genail8

View source: R/cross2_do_to_genail8.R

cross2_do_to_genail8R Documentation

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)

Arguments

cross

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

Value

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

Examples

## Not run: 
file <- paste0("https://raw.githubusercontent.com/rqtl/",
               "qtl2data/master/DOex/DOex.zip")
DOex <- read_cross2(file)

DOex_genail <- cross2_do_to_genail8(DOex)

## End(Not run)

qtl2convert documentation built on July 11, 2022, 5:08 p.m.