View source: R/can_plink_version_and_data_can_work_together.R
can_plink_version_and_data_can_work_together | R Documentation |
data
and the version of PLINK
/PLINK2
can work togetherDetermine if the data
and the version of PLINK
/PLINK2
can work together
can_plink_version_and_data_can_work_together(
data,
plink_options,
verbose = FALSE
)
data |
the data source, which can be:
|
plink_options |
options to run PLINK, as created by create_plink_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the data
and the version
of PLINK
/PLINK2
can work together
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.