Learn R Programming

qtl (version 0.85-4)

pull.map: Pull out the genetic map from a cross

Description

Pull out the map portion of a cross object.

Usage

pull.map(cross)

Arguments

cross
An object of class cross. See read.cross for details.

Value

  • A list containing the genetic map.

See Also

replace.map, pull.chr

Examples

Run this code
data(fake.f2)
map <- pull.map(fake.f2)

Run the code above in your browser using DataLab