View source: R/perform_fisher_exact_test.R
This function computes Fisher exact test and the corresponding adjusted p-values (FDR) for upregulated vs downregulated phosphosites, upregulated vs all phosphosites, downregulated vs all phosphosites.
1 2 3 4 5 6 | perform_Fisher_exact_test(
predictions_file = "networkin_output.csv",
predictions = "networkin",
output_folder = "myexperiment/",
FC_threshold = 1.2
)
|
predictions_file |
|
predictions |
|
output_folder |
|
FC_threshold |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.