Learn R Programming

qtl (version 0.85-4)

convert2ss: Convert an intercross into a form to allow sex-specific maps

Description

Convert a standard F2 intercross (class "f2") into a form which allows sex-specific maps (class "f2ss").

Usage

convert2ss(cross)

Arguments

cross
An object of class cross, must be an intercross. See read.cross for details.

Value

  • The input cross object, but with the genetic map replaced by a pair (i.e., male and female) maps, and with the "f2" class changed to "f2ss."

See Also

est.map,fake.f2

Examples

Run this code
data(fake.f2)
fake.f2ss <- convert2ss(fake.f2)

Run the code above in your browser using DataLab