View source: R/check_plink2_bin_data.R
check_plink2_bin_data | R Documentation |
PLINK2
bin data is valid.Check if the PLINK2
bin data is valid.
Will stop if not.
check_plink2_bin_data(plink2_bin_data)
plink2_bin_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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.