orderMarkers(cross, chr, window=7, use.ripple=TRUE, error.prob=0.0001, map.function=c("haldane","kosambi","c-f","morgan"), maxit=4000, tol=1e-4, sex.sp=TRUE, verbose=FALSE)
cross
. See
read.cross
for details.-
to have all chromosomes but
those considered. A logical (TRUE/FALSE) vector may also be used.use.ripple=TRUE
, this indicates the number of
markers to include in the sliding window of permuted markers. Larger
numbers result in the comparison of a greater number of marker
orders, but will require a considerable increase in computation
time.ripple
. If use.ripple=TRUE
, the final order is passed to
ripple
with method="countxo"
to refine the
marker order. If use.ripple=TRUE
and the number of markers on
a chromosome is $<=$ the="" argument="" window, the initial
greedy algorithm is skipped and all possible marker orders are
compared via
ripple
.
=$>
formLinkageGroups
,
ripple
, est.map
, countXO
data(listeria)
pull.map(listeria, chr=3)
revcross <- orderMarkers(listeria, chr=3, use.ripple=FALSE)
pull.map(revcross, chr=3)
Run the code above in your browser using DataLab