AR_classification_wrapper | R Documentation |
GRN
objectRun the activator-repressor classification for the TFs for a GRN
object
AR_classification_wrapper( GRN, significanceThreshold_Wilcoxon = 0.05, plot_minNoTFBS_heatmap = 100, deleteIntermediateData = TRUE, plotDiagnosticPlots = TRUE, outputFolder = NULL, corMethod = "pearson", forceRerun = FALSE )
GRN |
Object of class |
significanceThreshold_Wilcoxon |
Numeric between 0 and 1. Default 0.05. Significance threshold for Wilcoxon test that is run in the end for the final classification. See the Vignette and *diffTF* paper for details. |
plot_minNoTFBS_heatmap |
Integer. Default 100. Minimum number of TFBS for a TF to be included in the heatmap that is part of the output of this function. |
deleteIntermediateData |
|
plotDiagnosticPlots |
|
outputFolder |
Character or |
corMethod |
Character. |
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples # GRN = loadExampleObject() # GRN = AR_classification_wrapper(GRN, outputFolder = ".", forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.