degree_of_monotonicity: Degree of monotonicity of GP map

Description Usage Arguments Details Value Author(s) References Examples

View source: R/substitution_effects.R

Description

Functions for computing degree of monotonicity m for gpmap objects.

Usage

1
2
3

Arguments

gpmap

A gpmap object

Details

degree_of_monotonicity works for any gpmap object (values is (3^N)xK matrix of genotypic values) and calls the internal function degree_of_monotonicity_single for each column. degree_of_monotonicity_single computes substitution effect, locus weights and per-locus and overall degree of monotonicity as decribed in Gjuvsland et al. (2013).

Value

degree_of_monotonicity returns the input gpmap with the following added fields:

degree.monotonicity

Overall degree of monotonicity for the K GP maps

degree.monotonicity.locus

Data frame with per locus degree of monotonicity for the K GP maps

locus.weight

Data frame with locus weigths

Author(s)

Arne B. Gjuvsland <arne.gjuvsland@nmbu.no> and Yunpeng Wang <yunpeng.wng@gmail.com>

References

Gjuvsland AB, Wang Y, Plahte E and Omholt SW (2013) Monotonicity is a key feature of genotype-phenotype maps. Front. Genet. 4:216. doi: 10.3389/fgene.2013.00216 [link]

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(GPmaps)

#Additive GP map is monotone 
degree_of_monotonicity(A)

#Pure AxA epistasis map
degree_of_monotonicity(AA)

#two-locus example in Cheverud & Routman (1995)
degree_of_monotonicity(mouseweight)

gpmap documentation built on Feb. 16, 2021, 1:06 a.m.