check_phenotypes: Check if the phenotypes are indeed phenotypes with a clear...

View source: R/check_phenotypes.R

check_phenotypesR Documentation

Check if the phenotypes are indeed phenotypes with a clear genetic setup.

Description

Check if the phenotypes are indeed phenotypes with a clear genetic setup. Will stop if not.

Usage

check_phenotypes(phenotypes)

Arguments

phenotypes

one ore more phenotypes, named after their genetic background:

  • random the phenotype is a random value, i.e. there is no association between the genetics and this phenotype

  • additive the phenotype is perfectly additive, see calc_additive_phenotype_values for the exact calculation

  • epistatic the phenotype is epistatic, see calc_epistatic_phenotype_values for the exact calculation

Value

Nothing Will stop if the phenotypes are not in the supported list of phenotypes with a clear genetic setup, as can be obtained with get_phenotypes

Author(s)

Richèl J.C. Bilderbeek


richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.