powered by
Move a specified marker to a different chromosome.
movemarker(cross, marker, newchr, newpos)
The input cross object, but with the specified marker moved to the specified chromosome.
cross
All intermediate calculations (such as the results of
calc.genoprob and est.rf) are removed.
calc.genoprob
est.rf
An object of class cross. See read.cross for details.
read.cross
The name of the marker to be moved (a character string).
The chromosome to which the marker should be moved.
The position (in cM) at which the marker should be placed. If missing, the marker is placed at the end of the chromosome.
Karl W Broman, broman@wisc.edu
switch.order
data(badorder) badorder <- movemarker(badorder, "D2M937", 3, 48.15) badorder <- movemarker(badorder, "D3M160", 2, 28.83)
Run the code above in your browser using DataLab