specify.pars: Get the parameters of main/epistatic effects per phenotype

Description Usage Arguments Value Author(s) Examples

Description

Get the parameters of main/epistatic effects per phenotype.

Usage

1
2
specify.pars(genetic.pars, effect.type = c("main", "epistasis"),
  phe.index = 1, ...)

Arguments

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.

Value

a data.frame or a matrix containing the parameters information for epistatic effect: additive * additive, additive * dominance, dominance * additive, dominance * dominance.

Author(s)

Beibei Jiang beibei_jiang@psych.mpg.de

Examples

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")

SimPhe documentation built on May 1, 2019, 9:10 p.m.