| find.flanking | R Documentation |
Find the genetic markers flanking a specified position on a chromosome, as well as the marker that is closest to the specified position.
find.flanking(cross, chr, pos)
cross |
An object of class |
chr |
A vector of chromosome identifiers, or a single such. |
pos |
A vector of cM positions. |
A data.frame, each row corresponding to one of the input positions. The first column contains the left-flanking markers, the second column contains the right-flanking markers, and the third column contains the markers closest to the specified positions.
Brian Yandell
find.marker, plotPXG,
find.markerpos, find.pseudomarker
data(listeria)
find.flanking(listeria, 5, 28)
find.flanking(listeria, c(1, 5, 13), c(81, 28, 26))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.