predictions_comparison: Compare predictions

Description Usage Arguments

View source: R/predictions_comparison.R

Description

Print NetworKIN and IV-KEA predictions on the same volcano plot to compare predictions.

Usage

1
2
3
4
5
6
7
8
predictions_comparison(
  ivkea_enrichment_file,
  networkin_enrichment_file,
  FDR_cutoff = 0.05,
  graph_title = "Kinases prediction enrichment Networkin vs IV-KEA",
  output_folder = "myexperiment/",
  file_name
)

Arguments

ivkea_enrichment_file

<character> Location of the IV-KEA file with Fisher exact test results

networkin_enrichment_file

<character> Location of the IV-KEA file with Fisher exact test results

FDR_cutoff

<numeric> Cutoff to display.

graph_title

<character>

output_folder

<character> Where the output files should be stored

file_name

<character> File name including extension (.pdf recommended)


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