| replace.map {qtl} | R Documentation |
Replace the map portion of a cross object.
replace.map(cross, map)
cross |
An object of class cross. See
read.cross for details. |
map |
A list containing the new genetic map. This must be the
same length and with the same marker names as that contained in
cross. |
The input cross object with the genetic map replaced by
the input map.
Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
data(fake.f2,fake.bc) map <- pull.map(fake.f2) fake.bc <- replace.map(fake.bc,map)