View source: R/compare_assoc_qt_speed.R
compare_assoc_qt_speed | R Documentation |
assoc_qt_params
for (one or) multiple versions of PLINK
/PLINK2
Compare speed when using assoc_qt for one assoc_qt_params
for (one or) multiple versions of PLINK
/PLINK2
compare_assoc_qt_speed(
n_individuals = 5,
n_phenotypes = 3,
n_snps_per_phenotype = 4,
assoc_qt_params = create_test_assoc_qt_params(),
plink_optionses = create_plink_optionses(),
verbose = FALSE
)
n_individuals |
the number of individuals. Use check_n_individuals to check if this is a valid value |
n_phenotypes |
the number of phenotypes |
n_snps_per_phenotype |
the number of SNPs that determine one phenotype |
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 |
plink_optionses |
a list of one or more options to run PLINK,
as created by create_plink_optionses.
The reduplicated plural was used to express this is a list
of |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
A tibble
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.