Description Usage Arguments Details Value Examples
View source: R/getNetConsensus.R
compile net score across a set of predictor results
1 | getNetConsensus(scorelist)
|
scorelist |
(list) key is dataset name, value is a data.frame containing PATHWAY_NAME and SCORE. This is the output of compileFeatureScores() |
used to compare how individual nets score for different predictor configurations
(data.frame) Rownames are union of all nets in the input list. Columns show net scores for each key of the input list. Where a net is not found in a given list, it is assigned the value of NA
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.