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)
|
Loading required package: graph
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, sd, var, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, basename, cbind, colnames,
dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which.max, which.min
Loading required package: RBGL
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
A graphNEL graph with undirected edges
Number of Nodes = 9386
Number of Edges = 36504
A graphNEL graph with undirected edges
Number of Nodes = 8989
Number of Edges = 36167
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.