Description Usage Arguments Value Examples
View source: R/subVisualization.R
Visualize results in tabular form (txt, xlsx)
1 | visualizeResults(summary, export, expand, colors, from, to)
|
summary |
Evaluation results as returned from
|
export |
'.xlsx' exports a xlsx file and '.txt' a .txt file. |
expand |
TRUE if each subpathway member and miRNA belongs to a single cell, FALSE if all subpathway members belong to one cell and miRNAs to another cell. |
colors |
The color scheme used in subScores heatmap. |
from |
Primary annotation |
to |
Secondary annotation |
A txt or a xlsx file in CHRONOS/extdata/Output/Scores/Linear/<org>
or CHRONOS/extdata/Output/Scores/Non-Linear/<org>
1 2 3 4 | # Load scored subpathways from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
visualizeResults(linSubsScored, export='txt')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.