check_data | R Documentation |
Check if the data is valid. The data can be in PLINK text, PLINK binary or PLINK2 binary format. Will stop if the data is not in any of these formats
check_data(data)
data |
the data source, which can be:
|
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
check_data(data = create_test_plink_text_data())
check_data(data = create_test_plink_bin_data())
check_data(data = create_test_plink2_bin_data())
check_data(data = create_test_plink_text_filenames())
check_data(data = create_test_plink_bin_filenames())
check_data(data = create_test_plink2_bin_filenames())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.