View source: R/CalculateFisherTestPValue.R
CalculateFisherTestPValue | R Documentation |
We perform the Fisher Test of SNVs and calculate the P values.
CalculateFisherTestPValue(
variant_values,
other_mutation,
all_variants_list,
min_intersecting_cells = 5
)
variant_values |
The fraction values you are analysing. A vector. |
other_mutation |
All other variants you have. A vector of variant names. |
all_variants_list |
List of fraction values for all the variants you want to compare your variant with. |
min_intersecting_cells |
Minimum number of intersecting cells. Correlations with less than this will not be performed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.