properties | R Documentation |
Produces a summary of network properties and returns graph components (ordered by decreasing size), without self-loops.
properties(graph, data = NULL, ...)
graph |
Input network as an igraph object. |
data |
An optional data matrix (default data = NULL) whith rows corresponding to subjects, and columns to graph nodes (variables). Nodes will be mapped onto variable names. |
... |
Currently ignored. |
List of graph components, ordered by decreasing size (the first component is the giant one), without self-loops.
Mario Grassi mario.grassi@unipv.it
# Extract the "Type II diabetes mellitus" pathway:
g <- kegg.pathways[["Type II diabetes mellitus"]]
summary(g)
properties(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.