View source: R/check_plink_text_data.R
check_plink_text_data | R Documentation |
PLINK
text data is valid.Check if the PLINK
text data is valid.
Will stop if not.
check_plink_text_data(plink_text_data)
plink_text_data |
the genetic and phenotypic data for |
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
plink_text_data <- create_plink_text_data(
ped_table = get_test_ped_table(),
map_table = get_test_map_table()
)
check_plink_text_data(plink_text_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.