Description Usage Arguments Value Examples
Plot the identified subnetwork of an NWA object.
1 2 | ## S4 method for signature 'NWA'
viewSubNet(object, options = list(), seriesObjs = NULL)
|
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 |
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! |
In the end, this function would plot the identified subnetwork.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.