View source: R/simer.Genotype.r
generate.map | R Documentation |
Generate map data with marker information.
generate.map(
species = NULL,
pop.marker = NULL,
num.chr = 18,
len.chr = 1.5e+08
)
species |
the species of genetic map, which can be "arabidopsis", "cattle", "chicken", "dog", "horse", "human", "maize", "mice", "pig", and "rice". |
pop.marker |
the number of markers. |
num.chr |
the number of chromosomes. |
len.chr |
the length of chromosomes. |
Build date: Mar 19, 2022 Last update: Apr 28, 2022
a data frame with marker information.
Dong Yin
pop.map <- generate.map(pop.marker = 1e4)
str(pop.map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.