View source: R/create_assoc_qt_covar_args.R
create_assoc_qt_covar_args | R Documentation |
PLINK
or PLINK2
to do a quantitative trait analysis with covariatesCreate the command-line arguments to call PLINK
or PLINK2
to do a quantitative trait analysis with covariates
create_assoc_qt_covar_args(
assoc_qt_covar_data,
assoc_qt_covar_params,
plink_options = create_plink_options()
)
assoc_qt_covar_data |
data to do an association analysis for a quantitative trait with covariates (i.e. using assoc_qt_covar), as can be created by create_assoc_qt_covar_data |
assoc_qt_covar_params |
parameters to do an association analysis for a quantitative trait with covariates (i.e. using assoc_qt_covar), as can be created by create_assoc_qt_covar_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.