Description Usage Arguments Value Examples
View source: R/subVisualization.R
Create a circulat plot of a subpathway and the miRNAs that target it.
1 | subpathwayMiRNAs(summary, subIdx, timePoints)
|
summary |
Output from |
subIdx |
Subpathway index |
timePoints |
Time points to include in visualization, default to all. |
.
1 2 3 4 | # Load scored subpathways from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
# Visualize one or more subpathways.
subpathwayMiRNAs(summary=linSubsScored, subIdx=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.