View source: R/is_plink2_bin_data.R
is_plink2_bin_data | R Documentation |
plink2_bin_data
is indeed PLINK2
binary dataDetermine if the plink2_bin_data
is indeed PLINK2
binary data
is_plink2_bin_data(plink2_bin_data)
plink2_bin_data |
the genetic and phenotypic data for |
TRUE if the plink2_bin_data
is indeed PLINK2
binary data
Richèl J.C. Bilderbeek
plinkr
has multiple functions to test if a type of data is valid:
PLINK
text data: use is_plink_text_data
PLINK
binary data: use is_plink_bin_data
PLINK2
binary data: use is_plink2_bin_data
any type of PLINK
/PLINK2
data: use is_data
associative trait analysis data: use is_assoc_qt_data
plink2_bin_data <- create_plink2_bin_data(
pgen_table = get_test_pgen_table(),
psam_table = get_test_psam_table(),
pvar_table = get_test_pvar_table()
)
is_plink2_bin_data(plink2_bin_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.