find.markerpos {qtl} | R Documentation |
Find position of a marker
Description
Find the chromosome and cM position of a set of genetic markers.
Usage
find.markerpos(cross, marker)
Arguments
cross |
An object of class |
marker |
A vector of marker names. |
Value
A data frame with two columns: the chromosome and position of the markers.
Author(s)
Karl W Broman, broman@wisc.edu
See Also
find.flanking
, find.marker
,
find.pseudomarker
Examples
data(hyper)
find.markerpos(hyper, "D4Mit164")
find.markerpos(hyper, c("D4Mit164", "D1Mit94"))
[Package qtl version 1.66 Index]