Description Usage Arguments Value Author(s) Examples
Get the parameters of main/epistatic effects per phenotype.
1 2 | specify.pars(genetic.pars, effect.type = c("main", "epistasis"),
phe.index = 1, ...)
|
genetic.pars |
a data.frame or a matrix containing the parameters information for main effect: additive and dominance. |
effect.type |
a string naming the type of the genetic effects (accepts either "main" or "epistasis"). |
phe.index |
a integer indicating the phenotype. Default is 1. |
... |
not used. |
a data.frame or a matrix containing the parameters information for epistatic effect: additive * additive, additive * dominance, dominance * additive, dominance * dominance.
Beibei Jiang beibei_jiang@psych.mpg.de
1 2 3 4 5 | # get parameters of coefficients for main effects
specify.pars(genepars, effect.type = "main")
# get parameters of coefficients for interactive effects
specify.pars(genepars, effect.type = "epistasis")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.