switch.order(cross, chr, order, error.prob=0.0001, map.function=c("haldane","kosambi","c-f","morgan"), maxit=4000, tol=1e-6, sex.sp=TRUE)
cross
. See
read.cross
for details.ripple
.est.map
).est.map
).cross
object, but with the marker order on the
specified chromosome updated, and with any derived data removed
(except for recombination fractions, if present, which are not
removed); the genetic map for the relevant chromosome is
re-estimated.
flip.order
, ripple
, clean.cross
data(fake.f2)
fake.f2 <- switch.order(fake.f2, 1, c(1,3,2,4:7))
Run the code above in your browser using DataLab