Description Usage Arguments Value Note Author(s) References Examples
In QuACN most methods depend on the analyzed graph to be connected. This function extracts the largest connected component from a graphNEL
object.
1 |
g |
A |
The largest connected graphNEL
object from g
Code taken from Hahne et al. "Bioconductor Case Studies"
Karl Kugler
Florian Hahne, Wolfgang Huber, Robert Gentleman, Seth Falcon "Bioconductor Case Studies", Springer, 2008
1 2 3 4 | set.seed(667)
g <- randomGraph(paste("A",1:100, sep=""), 1:4, p=0.03, weights=FALSE)
lcc <- getLargestSubgraph(g)
lcc
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.