powered by
Generate map data with marker information.
generate.map( species = NULL, pop.marker = NULL, num.chr = 18, len.chr = 1.5e+08 )
a data frame with marker information.
the species of genetic map, which can be "arabidopsis", "cattle", "chicken", "dog", "horse", "human", "maize", "mice", "pig", and "rice".
the number of markers.
the number of chromosomes.
the length of chromosomes.
Dong Yin
Build date: Mar 19, 2022 Last update: Apr 28, 2022
pop.map <- generate.map(pop.marker = 1e4) str(pop.map)
Run the code above in your browser using DataLab