| convert2ss {qtl} | R Documentation |
Convert a standard F2 intercross (class "f2") into a form which allows sex-specific maps (class "f2ss").
convert2ss(cross)
cross |
An object of class cross, must be an intercross.
See read.cross for details. |
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."
Karl W Broman, kbroman@jhsph.edu
http://biosun01.biostat.jhsph.edu/~kbroman/software/qtl.html
data(fake.f2) fake.f2ss <- convert2ss(fake.f2)