View source: R/buildGRN_method.R
ig_tabToIgraph | R Documentation |
Helper function of buildGRN.
ig_tabToIgraph(grnTab, simplify = FALSE, directed = FALSE, weights = TRUE)
grnTab |
matrix; table containing gene regulatory relationships. Table of TF, TF, maybe zscores, maybe correlations. |
simplify |
boolean; simplify the graph. For example, remove loops. |
directed |
boolean; create a directed or undirected graph. |
weights |
boolean; add gene correlations as weights of the graph. |
iGraph object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.