pull.map {qtl}R Documentation

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.

Author(s)

Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html

See Also

replace.map, pull.chr

Examples

data(fake.f2)
map <- pull.map(fake.f2)

[Package Contents]