ig_tabToIgraph | R Documentation |
convert a table to an igraph. This adds an nEnts vertex attribute to count the number of entities in the sub-net
ig_tabToIgraph(grnTab, simplify = FALSE, directed = FALSE,
weights = TRUE)
grnTab |
table of TF, TF, maybe zscores, maybe correlations |
simplify |
false |
directed |
FALSE, |
weights |
TRUE |
iGraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.