View source: R/VariantWiseFisherTest.R
VariantWiseFisherTest | R Documentation |
We perform the Fisher test to determine which variants are associated. This function calls CalculateFisherTestPValue to perform the actual testing.
VariantWiseFisherTest(
variants_list,
n_cores = 1,
p_value_adjustment = "fdr",
verbose = TRUE
)
variants_list |
List of fraction values. |
n_cores |
Number of cores you want to use. Numeric. |
p_value_adjustment |
Method for P value adjustment. See p.adjust for details. |
verbose |
Should the function be verbose? Default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.