Learn R Programming

CHRONOS (version 1.0.3)

subpathwayMiRNAs: Create a circulat plot of a subpathway and the miRNAs that target it.

Description

Create a circulat plot of a subpathway and the miRNAs that target it.

Usage

subpathwayMiRNAs(summary, subIdx, timePoints)

Arguments

summary
Output from scoreSubpathways
subIdx
Subpathway index
timePoints
Time points to include in visualization, default to all.

Value

.

Examples

Run this code

# 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)

Run the code above in your browser using DataLab