| pull.map {qtl} | R Documentation |
Pull out the map portion of a cross object.
pull.map(cross)
cross |
An object of class cross. See
read.cross for details. |
A list containing the genetic map.
Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
data(fake.f2) map <- pull.map(fake.f2)