perform_Fisher_exact_test: Perform Fisher exact test

Description Usage Arguments

View source: R/perform_fisher_exact_test.R

Description

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.

Usage

1
2
3
4
5
6
perform_Fisher_exact_test(
  predictions_file = "networkin_output.csv",
  predictions = "networkin",
  output_folder = "myexperiment/",
  FC_threshold = 1.2
)

Arguments

predictions_file

<character> Location of the file with top predictions per phosphosite

predictions

<character> The algorithm used for predictions (NetworKIN or IV-KEA)

output_folder

<character> Where the output files should be stored

FC_threshold

<numeric> Fold change threshold to select phosphosites.


gaelfortin/phosphogo documentation built on Nov. 26, 2020, 9:12 a.m.