build_eGRN_graph | R Documentation |
Builds a graph out of a set of connections
build_eGRN_graph( GRN, model_TF_gene_nodes_separately = FALSE, allowLoops = FALSE, removeMultiple = FALSE, directed = FALSE, forceRerun = FALSE )
GRN |
Object of class |
model_TF_gene_nodes_separately |
|
allowLoops |
|
removeMultiple |
|
directed |
|
forceRerun |
|
The same GRN
object.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = build_eGRN_graph(GRN, forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.