Description Usage Arguments Value Examples
View source: R/getSubnetworks.R
A subnetwork is extracted by choosing top eigen central nodes (based on the supplied cut-off) and also the nodes adjacent to them.
1 | getSubnetworksEigenadjacent(g, eigenSortcutoff = 0.1, percentTotalnodes = NA)
|
g |
graph in igraph format |
eigenSortcutoff |
cutoff based on eigen centrality score (values >0 and <1) - default = 0.1 |
percentTotalnodes |
cutoff based on percentage of top eigen central ranked nodes to be selected |
subnetwork
1 2 3 4 5 | ## Not run:
data(KidneyGraphs)
g <- KidneyGraphs[[1]]
getSubnetworksEigenadjacent(g, eigenSortcutoff = 0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.