powered by
Create a uniform recombination map of a given length.
uniformMap(Mb = NULL, cM = NULL, M = NULL, cmPerMb = 1, chrom = 1)
Map length in megabases.
Map length in centiMorgan.
Map length in Morgan.
A positive number; the cM/Mb ratio.
A chromosome label.
An object of class chromMap, which is a list of two matrices, named "male" and "female".
chromMap
loadMap(), customMap()
loadMap()
customMap()
# NOT RUN { uniformMap(M = 1) m = uniformMap(Mb = 1, cM = 2:3) # }
Run the code above in your browser using DataLab