View source: R/create_assoc_qt_data.R
create_assoc_qt_data | R Documentation |
Create the data needed (in this case, 'regular' data and phenotype data) to detect associations with quantitative traits, as used by assoc_qt.
create_assoc_qt_data(data, phenotype_data)
data |
the data source, which can be:
|
phenotype_data |
phenotype data in the form of either
a filename to a phenotype file ( |
an assoc_qt_data
structure
Richèl J.C. Bilderbeek
create_assoc_qt_data(
data = create_test_plink_text_data(),
phenotype_data = create_test_phenotype_data_table()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.