addConnections_TF_peak | R Documentation |
GRN
objectAdd TF-peak connections to a GRN
object
addConnections_TF_peak( GRN, plotDiagnosticPlots = TRUE, plotDetails = FALSE, outputFolder = NULL, corMethod = "pearson", connectionTypes = c("expression"), removeNegativeCorrelation = c(FALSE), maxFDRToStore = 0.3, useGCCorrection = FALSE, percBackground_size = 75, percBackground_resample = TRUE, forceRerun = FALSE )
GRN |
Object of class |
plotDiagnosticPlots |
|
plotDetails |
|
outputFolder |
Character or |
corMethod |
Character. |
connectionTypes |
Character vector. Default |
removeNegativeCorrelation |
Vector of |
maxFDRToStore |
Numeric. Default 0.3. Maximum TF-peak FDR value to permanently store a particular TF-peak connection in the object? This parameter has a large influence on the overall memory size of the object, and we recommend not storing connections with a high FDR due to their sheer number. |
useGCCorrection |
|
percBackground_size |
Numeric (0 to 100). Default 75. EXPERIMENTAL. Description will follow. Only relevant if |
percBackground_resample |
|
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = addConnections_TF_peak(GRN, plotDiagnosticPlots = FALSE, forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.