subpathwayMiRNAs {CHRONOS} | R Documentation |
Create a circulat plot of a subpathway and the miRNAs that target it.
subpathwayMiRNAs(summary, subIdx, timePoints)
summary |
Output from |
subIdx |
Subpathway index |
timePoints |
Time points to include in visualization, default to all. |
.
# 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)