View source: R/create_test_assoc_qt_params.R
create_test_assoc_qt_params | R Documentation |
Create parameters (as created by create_assoc_qt_params) to detect associations with quantitative traits (using assoc_qt) used for testing.
create_test_assoc_qt_params(
maf = get_lowest_maf(),
confidence_interval = NA,
allow_no_sex = FALSE
)
maf |
minor allele frequency threshold.
Alleles that have a frequency lower than the MAF
are excluded from the The parameter name |
confidence_interval |
confidence interval, a value between (and excluding both) 0.0 and 1.0. The confidence interval helps assess the certainty of an estimation: you can be 99 percent sure a value is within the range of the 0.99 confidence interval The |
allow_no_sex |
set this to TRUE
to retain phenotype values for missing-sex samples.
This parameter is named after the |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.