View source: R/check_plink_version_and_data_can_work_together.R
check_plink_version_and_data_can_work_together | R Documentation |
PLINK
/PLINK2
version can work together
with the data.Check that the PLINK
/PLINK2
version can work together with
the data (PLINK
text data, PLINK
binary data, PLINK2
binary data).
Will stop if not
check_plink_version_and_data_can_work_together(data, plink_options)
data |
the data source, which can be:
|
plink_options |
options to run PLINK, as created by create_plink_options |
PLINK version | data | expected |
PLINK | PLINK1 text data | OK |
PLINK | PLINK1 bin data | OK |
PLINK | PLINK2 bin data | Error |
PLINK2 | PLINK1 text data | Error |
PLINK2 | PLINK1 bin data | Error |
PLINK2 | PLINK2 bin data | OK |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.