sortmap.internal {GenABEL}R Documentation

Internal function for map-sorting

Description

Internal function for map-sorting, not supposed to be used directly by user (is open for regression testing reasons)

Usage

  sortmap.internal(chrom, map, delta = 1)

Arguments

chrom

vector of markers' chromosomes

map

vector of marlers' map ositions

delta

step to do between chroms when building cumulative map

Value

list, withe elements 'ix' ('sorted' order), etc.

Author(s)

Yurii Aulchenko


[Package GenABEL version 1.8-0 Index]