Description Usage Arguments Value Author(s) Examples
The function extracts the largest component of a network.
1 | largestComp(network)
|
network |
A graph in graphNEL or igraph format. |
A new graph object that represents the largest component of the given network.
Marcus Dittrich
1 2 3 4 | library(DLBCL)
data(interactome)
interactome
largestComp(interactome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.