| sortmap.internal {GenABEL} | R Documentation |
Internal function for map-sorting, not supposed to be used directly by user (is open for regression testing reasons)
sortmap.internal(chrom, map, delta = 1)
chrom |
vector of markers' chromosomes |
map |
vector of marlers' map ositions |
delta |
step to do between chroms when building cumulative map |
list, withe elements 'ix' ('sorted' order), etc.
Yurii Aulchenko