convert2ss {qtl} | R Documentation |
Convert a standard F2 intercross 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 class
changed to f2ss
.
The use of sex-specific maps for intercrosses is experimental.
Karl W Broman, kbroman@jhsph.edu
data(listeria) listeria.ss <- convert2ss(listeria)