largestComp {BioNet}R Documentation

Extract largest component of network

Description

The function extracts the largest component of a network.

Usage

largestComp(network)

Arguments

network

A graph in graphNEL or igraph format.

Value

A new graph object that represents the largest component of the given network.

Author(s)

Marcus Dittrich

Examples

library(DLBCL)
data(interactome)
interactome
largestComp(interactome)

[Package BioNet version 1.54.0 Index]