View source: R/check_calc_phenotype_function.R
check_calc_phenotype_function | R Documentation |
calc_phenotype_function
is valid.
Check if the calc_phenotype_function
is valid.Will stop if not
check_calc_phenotype_function(calc_phenotype_function)
calc_phenotype_function |
a function that calculate the phenotypes
from genotypes. The input is the genetic data as a tibble,
in which each row is an individual and the columns are the SNVs.
The first two columns are named |
Nothing. Will stop if the input
calc_phenotype_function
is invalid
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.