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

Description Usage Arguments Value Examples

View source: R/subVisualization.R

Description

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

Usage

1
subpathwayMiRNAs(summary, subIdx, timePoints)

Arguments

summary

Output from scoreSubpathways

subIdx

Subpathway index

timePoints

Time points to include in visualization, default to all.

Value

.

Examples

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)

CHRONOS documentation built on Nov. 8, 2020, 8:30 p.m.