View source: R/get_phenotypes.R
get_phenotypes | R Documentation |
Get the phenotypes that are named after their genetic background
get_phenotypes()
To create a trait with a phenotype:
create_additive_trait
create_custom_trait
create_dominant_trait
create_epistatic_trait
create_random_trait
create_random_case_control_trait
create_rnorm_trait
create_runif_trait
The functions that calculate the phenotype for a genotype:
calc_additive_phenotype_values
calc_dominant_phenotype_values
calc_epistatic_phenotype_values
calc_random_phenotype_values
calc_random_case_control_phenotype_values
calc_rnorm_phenotype_values
calc_runif_phenotype_values
all the phenotypes that are named after their genetic background
The function has the word get
in its name,
as getting the result is trivial. When getting the result is non-trivial,
the word create
is used.
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.