View source: R/sharedComponents.R
sharedComponents | R Documentation |
From the intersection network, obtains the nodes without any degree value. These are the shared molecular components without any biological relation among them.
sharedComponents(...)
... |
The networks (igraph objects) to obtain the shared components. |
A vector with the names of the shared components.
Juan David Henao <judhenaosa@unal.edu.co>
# Loading data data("net1") data("net2") # Obtaining shared components share <- sharedComponents(net1,net2) share
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.