subpathwayMiRNAs {CHRONOS}R Documentation

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


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


[Package CHRONOS version 1.16.0 Index]