Description Usage Arguments Value Examples
Takes an object obtained from graphComponents and prints summary statistics.
1 | collapsedGraph(A, clustersInfo)
|
A |
An adjacency Matrix. |
clustersInfo |
Obtained from graphComponents |
A weighted adjacency matrix between clusters and unclustered nodes.
1 2 3 4 5 6 | data(WT)
WTres <- edgefinder(WT, ttl = "Wild Type")
rownames(WTres$AdjMat) = rownames(WT)
WTComp <- graphComponents(WTres$AdjMat)
Adj1 <- collapsedGraph(WTres$AdjMat, WTComp) > 0
plotBitmapCC(Adj1,showMinDegree = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.