powered by
Create a uniform recombination map of a given length.
uniformMap(Mb = NULL, cM = NULL, M = NULL, cmPerMb = 1, chrom = 1)
An object of class chromMap. See loadMap() for details.
chromMap
loadMap()
Map length in megabases.
Map length in centiMorgan.
Map length in Morgan.
A positive number; the cM/Mb ratio.
A chromosome label, which may be any string. The values "X" and "23" have a special meaning, both resulting in the Xchrom attribute being set to TRUE.
Xchrom
loadMap(), customMap()
customMap()
m = uniformMap(Mb = 1, cM = 2:3) m m$male m$female mx = uniformMap(M = 1, chrom = "X") mx mx$male mx$female
Run the code above in your browser using DataLab