Description Usage Arguments Value Author(s) Examples
View source: R/sharedComponents.R
From the intersection network, obtains the nodes without any degree value. These are the shared molecular components without any biological relation among them.
1 |
... |
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>
1 2 3 4 5 6 7 8 9 | # 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.