QposSelect | R Documentation |
The function select QTL positions that will be used for simulation. First the positions are peaked on different chromosome. Then, the next positions are chosen with a minimum distance in between.
QposSelect(N = 8, map, dist = 30)
N |
Number of positions. Default = 8 |
map |
Three columns map with marker id, chromosome and position in cM. |
dist |
Minimum distance between the positions on a same chromosome. Default = 30. |
Three columns data.frame
with the selected positions
Vincent Garin
# Later
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.