Description Usage Arguments Details Value Examples
Get positions of genetic markers, on their respective chromosomes
| 1 | 
| mpcrossMapped | The  | 
| markers | The markers for which to get the positions | 
Get positions of genetic markers in cM, on their respective chromosomes
A named vector of numbers, with names corresponding to the selected genetic markers, and values corresponding to genetic positions.
| 1 2 3 4 5 | map <- qtl::sim.map()
pedigree <- f2Pedigree(1000)
cross <- simulateMPCross(map = map, pedigree = pedigree, mapFunction = haldane, seed = 1)
mappedCross <- mpcrossMapped(cross = cross, map = map)
getPositions(mappedCross, c("D13M3", "DXM1", "DXM3"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.