View source: R/check_assoc_qt_params.R
check_assoc_qt_params | R Documentation |
assoc_qt_params
are valid, will stop otherwiseCheck if the assoc_qt_params
are valid, will stop otherwise
check_assoc_qt_params(assoc_qt_params, verbose = FALSE)
assoc_qt_params |
parameters to do an association analysis for a quantitative trait (i.e. using assoc_qt), as can be created by create_assoc_qt_params |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
The assoc_qt_params
with the class name added,
to indicate it has been checked
This function is named after the --assoc
PLINK flag.
Richèl J.C. Bilderbeek
check_assoc_qt_params(create_test_assoc_qt_params())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.