add_TF_gene_correlation | R Documentation |
GRN
object. The information is currently stored in GRN@connections$TF_genes.filtered
. Note that raw p-values are not adjusted.Add TF-gene correlations to a GRN
object. The information is currently stored in GRN@connections$TF_genes.filtered
. Note that raw p-values are not adjusted.
add_TF_gene_correlation( GRN, corMethod = "pearson", addRobustRegression = FALSE, nCores = 1, forceRerun = FALSE )
GRN |
Object of class |
corMethod |
Character. |
addRobustRegression |
|
nCores |
Integer >0. Default 1. Number of cores to use. |
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = add_TF_gene_correlation(GRN, forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.