View source: R/check_plink_bin_data.R
check_plink_bin_data | R Documentation |
PLINK
bin data is valid.Check if the PLINK
bin data is valid.
Will stop if not.
check_plink_bin_data(plink_bin_data)
plink_bin_data |
the in-memory binary data for |
Valid PLINK
binary data has the following properties:
The bed_table
must be valid, as checked by check_bed_table
The bim_table
must be valid, as checked by check_bim_table
The fam_table
must be valid, as checked by check_fam_table
The number of SNVs must match, as checked by check_equal_number_of_snvs
The column names of the bed_table
must match the id
s in the
fam_table
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_bin_data <- create_test_plink_bin_data()
check_plink_bin_data(plink_bin_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.