View source: R/check_performances.R
check_performances | R Documentation |
This function calculates mean precision, recall and F1 of the results provided by PRODIGY against a gold standard driver list
check_performances(ranked_genes_lists, snv_matrix, gold_standard_drivers)
ranked_genes_lists |
A named list of ranked drivers for each patient. |
snv_matrix |
A binary matrix with genes in rows and patients on columns. 1=mutation. All genes must be contained in the global PPI network. |
gold_standard_drivers |
A list of known driver genes to be used as gold standard for validation. |
data(gold_standard_drivers) check_performances(results,snv_matrix,gold_standard_drivers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.