View source: R/create_assoc_params.R
create_assoc_params | R Documentation |
Create parameters to detect associations with a binary traits (using assoc). Use create_test_assoc_params) to create a set of parameters that is used in testing.
create_assoc_params(
confidence_interval = 0.95,
maf = get_lowest_maf(),
base_input_filename = file.path(get_plinkr_tempfilename(), "assoc_input"),
base_output_filename = file.path(get_plinkr_tempfilename(), "assoc_output")
)
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 |
maf |
minor allele frequency threshold.
Alleles that have a frequency lower than the MAF
are excluded from the The parameter name |
base_input_filename |
the base of the filenames that are
used as input for |
base_output_filename |
the base of the filenames that are
used as output for |
This function is named after the --assoc
PLINK flag.
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.