View source: R/create_assoc_args.R
create_assoc_args | R Documentation |
Create the command-line arguments to call PLINK or PLINK2
create_assoc_args(
assoc_data,
assoc_params,
plink_options = create_plink_options()
)
assoc_data |
data to use for an association analysis for a quantitative trait (i.e. using assoc), as can be created by create_assoc_data |
assoc_params |
parameters to do an association analysis for a quantitative trait (i.e. using assoc), as can be created by create_assoc_params |
plink_options |
options to run PLINK, as created by create_plink_options |
the command-line arguments
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.