View source: R/simer.Genotype.r
annotation | R Documentation |
Generating a map with annotation information
annotation(SP, verbose = TRUE)
SP |
a list of all simulation parameters. |
verbose |
whether to print detail. |
Build date: Nov 14, 2018 Last update: Jul 10, 2022
the function returns a list containing
the map data with annotation 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.
the genetic model of QTN such as "A + D".
the QTN index for each trait.
the QTN number for (each group in) each trait.
the QTN distribution containing "norm", "geom", "gamma" or "beta".
the variances for normal distribution.
the probability of success for geometric distribution.
the shape parameter for gamma distribution.
the scale parameter for gamma distribution.
the shape1 parameter for beta distribution.
the shape2 parameter for beta distribution.
the ncp parameter for beta distribution.
the QTN distribution probability in each block.
the block length.
the maf threshold, markers less than this threshold will be exclude.
whether to generate recombination events.
the recombination times range in the hot spot.
the recombination times range in the cold spot.
Dong Yin
# Generate annotation simulation parameters
SP <- param.annot(qtn.num = list(tr1 = 10))
# Run annotation simulation
SP <- annotation(SP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.