View source: R/runSCENIC_2_createRegulons.R
runSCENIC_2_createRegulons | R Documentation |
Step 2: RcisTarget (prune co-expression modules using TF-motif enrichment analysis)
runSCENIC_2_createRegulons(
scenicOptions,
minGenes = 20,
coexMethods = NULL,
minJakkardInd = 0.8,
signifGenesMethod = "aprox",
onlyPositiveCorr = TRUE,
onlyBestGsPerMotif = TRUE,
dbIndexCol = "features"
)
scenicOptions |
Fields used: TODO |
minGenes |
Minimum size of co-expression gene set (default: 20 genes) |
coexMethods |
Allows to select the method(s) used to generate the co-expression modules |
minJakkardInd |
Merge overlapping modules (with Jakkard index >=minJakkardInd; reduces running time). |
signifGenesMethod |
Method for 'addSignificantGenes' |
onlyPositiveCorr |
Whether to include only positive-correlated targets in the regulons (default: TRUE). |
dbIndexCol |
Column containing the feature name in the database (default: 'features') |
See the detailed vignette explaining the internal steps.
The output is written in the folders 'int' and 'ouput'
scenicOptions <- readRDS("int/scenicOptions.Rds")
# In case any settings need to be modified:
scenicOptions@settings$nCores <- 20
scenicOptions@inputDatasetInfo$org <- "mgi"
runSCENIC_2_createRegulons(scenicOptions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.