Move a specified marker to a different chromosome.
Usage
movemarker(cross, marker, newchr, newpos)
Arguments
cross
An object of class cross. See
read.cross for details.
marker
The name of the marker to be moved (a character string).
newchr
The chromosome to which the marker should be moved.
newpos
The position (in cM) at which the marker should be
placed. If missing, the marker is placed at the end of the
chromosome.
Value
The input cross object, but with the specified marker moved to
the specified chromosome.All intermediate calculations (such as the results of
calc.genoprob and est.rf) are
removed.