viewSubNet-NWA-method: Plot the identified subnetwork of an NWA object

Description Usage Arguments Value Examples

Description

Plot the identified subnetwork of an NWA object.

Usage

1
2
## S4 method for signature 'NWA'
viewSubNet(object, options = list(), seriesObjs = NULL)

Arguments

object

An NWA object.

options

A list of options to modify the enrichmentmap. Details are not showed here due to too many options. Users are highly recommended to modify the enrichment map in a shiny report by report.

seriesObjs

A list of NWA object. Internally used in the shiny report for visualizing the subnetwork of time series data. No need to explicitly set it!

Value

In the end, this function would plot the identified subnetwork.

Examples

1
2
3
4
5
6
7
8
## Not run: 
## load a NWA object(see the examples of analyze NWA for details)
data(d7_nwa)

## plot the subnetwork
viewSubNet(d7_nwa)

## End(Not run)

CityUHK-CompBio/HTSanalyzeR2 documentation built on Dec. 3, 2020, 2:35 a.m.