powered by
Determine the numeric index for a marker in a cross object, when all markers on all chromosomes are pasted together.
find.markerindex(cross, name)
A vector of numeric indices, from 1, 2, ..., totmar(cross), with NA for markers not found.
totmar(cross)
NA
An object of class cross. See read.cross for details.
cross
read.cross
A vector of marker names.
Danny Arends; Karl W Broman broman@wisc.edu
find.markerpos
data(hyper) mar <- find.marker(hyper, 4, 30) find.markerindex(hyper, mar)
Run the code above in your browser using DataLab