find.markerpos: Find position of a marker

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
find.markerpos(cross, marker)

Arguments

cross

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

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, kbroman@biostat.wisc.edu

See Also

find.flanking, find.marker, find.pseudomarker

Examples

1
2
3
data(hyper)
find.markerpos(hyper, "D4Mit164")
find.markerpos(hyper, c("D4Mit164", "D1Mit94"))

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.