View source: R/analyze_PRODIGY_results.R
analyze_PRODIGY_results | R Documentation |
This function analyzes PRODIGY's results (influence score matrices) to rank individual driver genes for a group of patients.
analyze_PRODIGY_results(all_patients_scores)
all_patients_scores |
Either a list of influence scores matrices or a single matrix received by the PRODIGY algorithm. |
A list of ranked genes per sample.
results = analyze_PRODIGY_results(all_patients_scores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.