powered by
Find the chromosome and cM position of a set of genetic markers.
find.markerpos(cross, marker)
An object of class cross. See read.cross for details.
cross
read.cross
A vector of marker names.
A data frame with two columns: the chromosome and position of the markers.
find.flanking, find.marker, find.pseudomarker
find.flanking
find.marker
find.pseudomarker
# NOT RUN { data(hyper) find.markerpos(hyper, "D4Mit164") find.markerpos(hyper, c("D4Mit164", "D1Mit94")) # }
Run the code above in your browser using DataLab