Description Usage Arguments Value Examples
Takes an object obtained from graphComponents and prints and returns summary statistics.
1 | summarizeClusters(clustersInfo)
|
clustersInfo |
Obtained from graphComponents. |
A matrix with cluster number, number of nodes, and fivenum summaries for the degrees of nodes in the cluster, and the percentage of edges that are within the cluster.
1 2 3 4 | data(WT)
WTres <- edgefinder(WT, ttl = "Wild Type")
WTComp <- graphComponents(WTres$AdjMat)
(summtab <- summarizeClusters(WTComp))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.