Learn R Programming

qtl (version 1.70)

find.markerpos: Find position of a marker

Description

Find the chromosome and cM position of a set of genetic markers.

Usage

find.markerpos(cross, marker)

Value

A data frame with two columns: the chromosome and position of the markers.

Arguments

cross

An object of class cross. See read.cross for details.

marker

A vector of marker names.

Author

Karl W Broman, broman@wisc.edu

See Also

find.flanking, find.marker, find.pseudomarker

Examples

Run this code
data(hyper)
find.markerpos(hyper, "D4Mit164")
find.markerpos(hyper, c("D4Mit164", "D1Mit94"))

Run the code above in your browser using DataLab