getGRNConnections | R Documentation |
GRN
objectExtract connections from a GRN
object
getGRNConnections( GRN, type = "all.filtered", permuted = FALSE, include_TF_gene_correlations = FALSE )
GRN |
Object of class |
type |
Character. Default |
permuted |
|
include_TF_gene_correlations |
Logical. |
A data frame with the connections. Importantly, this function does **NOT** return a GRN
object.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN_con.all.df = getGRNConnections(GRN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.