View source: R/check_assoc_qt_data.R
check_assoc_qt_data | R Documentation |
assoc_qt_data
is validCheck if the assoc_qt_data
is valid.
check_assoc_qt_data(assoc_qt_data)
assoc_qt_data |
data use to used by assoc_qt (as created by create_assoc_qt_data), which equals 'regular' data (see check_data) and a phenotype table/file |
assoc_qt_data
is a list combined of:
'regular' data, as checked by check_data
phenotype data, as checked by check_phenotype_data
Will stop if the assoc_qt_data
is invalid
nothing.
Richèl J.C. Bilderbeek
plinkr
has the following functions to check if in-memory data
is valid:
PLINK
text data: use check_plink_text_data
PLINK
binary data: use check_plink_bin_data
PLINK2
binary data: use check_plink2_bin_data
any PLINK
/PLINK2
data: use check_data
quantitative trait analysis data: use check_assoc_qt_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.