largestComp {BioNet} | R Documentation |
The function extracts the largest component of a network.
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
library(DLBCL) data(interactome) interactome largestComp(interactome)