View source: R/create_assoc_qt_covar_data.R
create_assoc_qt_covar_data | R Documentation |
Create data to detect associations with quantitative traits and covariates (using assoc_qt_covar). Use create_test_assoc_qt_covar_data) to create a dataset that is used in testing.
create_assoc_qt_covar_data(data, phenotype_data, cov_table)
data |
the data source, which can be:
|
phenotype_data |
phenotype data in the form of either
a filename to a phenotype file ( |
cov_table |
a table of covariates. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_cov_file to read a covariates file. Use check_cov_table to test if a covariates table is valid. |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.