find.markerindex | R Documentation |
Determine the numeric index for a marker in a cross object, when all markers on all chromosomes are pasted together.
find.markerindex(cross, name)
cross |
An object of class |
name |
A vector of marker names. |
A vector of numeric indices, from 1, 2, ..., totmar(cross)
,
with NA
for markers not found.
Danny Arends; Karl W Broman broman@wisc.edu
find.markerpos
data(hyper)
mar <- find.marker(hyper, 4, 30)
find.markerindex(hyper, mar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.