Description Usage Arguments Details Value Examples
reDoCross
Drop close markers, re-order markers via ripple, then re-check
for close markers. Returns a cross object with improved marker order and overly
dense marker regions removed.
1 2 3 |
cross |
The QTL cross object. |
window |
Passed to ripple. Smaller values (e.g. 3) run more quickly but explore fewer possible marker orders. Larger values (e.g. 6) should only be used on maps with few markers. Large numbers of markers with large windows will take a long time. |
min.distance |
The minimum distance between markers in the final map. If two markers are closer than this value, drop the one with fewer NAs and better segregation distortion. |
map.function |
The map function to pass on to est.map |
sex.sp |
Should sex-specific maps be estimated in a 4-way cross? Passed on to est.map. |
verbose |
Should updates be printed ot the terminal? |
initialEstMap |
Should the map be estimated before any functions are run? |
If any chromosomes are sex-specific, re-class such chromosomes after running newLG: using class(cross$geno[["Xchrom"]]) <- "S" or whatever. The new map has arbitrary cM positions where each marker is separated by 10cM. Run est.map to get true cM positions.
A cross object with markers reordered.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.