View source: R/check_phe_table.R
check_phe_table | R Documentation |
Check if a phenotype table is valid. Will stop if not
check_phe_table(phe_table)
phe_table |
a table of phenotypes. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_phe_file to read a phenotype file. Use check_phe_table to test if a phenotype table is valid. |
Nothing. Will stop if the phe_table
is invalid
Richèl J.C. Bilderbeek
use check_phe_table_ok_for_qt to check if the phe_table
is valid for a quantitative trait analysis.
check_phe_table(get_test_phe_table())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.