Description Usage Arguments Value Examples
Extract the subnetwork form an analyzed NWA object as an igraph object for further external using. Users can also use it to modify the subnetwork.
1 2 | ## S4 method for signature 'NWA'
extractSubNet(object)
|
object |
An NWA object. |
This function would return a subnetwork as an 'igraph' object.
1 2 3 4 5 6 | ## load a NWA object(see the examples of analyze NWA for details)
data(d7_nwa)
## extract the subnetwork as an igraph object
library(igraph)
subnetwork <- extractSubNet(d7_nwa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.