View source: R/check_pheno_model_id.R
check_pheno_model_id | R Documentation |
pheno_model_id
is validCheck if the pheno_model_id
is valid
Will stop if not.
check_pheno_model_id(pheno_model_id)
pheno_model_id |
phenotype model ID, as checked by check_pheno_model_id |
A pheno_model_id
is valid, when
it is an empty string
it starts with a p
and has at least two characters
Nothing. Will stop if pheno_model_id
is invalid.
Richèl J.C. Bilderbeek
Use check_model_id to check if a model_id
is valid
check_pheno_model_id("p0")
check_pheno_model_id("p1")
check_pheno_model_id("p2")
check_pheno_model_id("") # Use no phenotype prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.