View source: R/runSCENIC_1_coexNetwork2modules.R
runSCENIC_1_coexNetwork2modules | R Documentation |
Step 1: Convert the output from GENIE3/GRNBoost to co-expression modules
runSCENIC_1_coexNetwork2modules(
scenicOptions,
weightThreshold = getSettings(scenicOptions, "modules/weightThreshold"),
topThr = c(0.005),
nTopTfs = c(5, 10, 50),
nTopTargets = 50,
aFun = topPerTf,
corrThr = 0.03,
linkList = NULL,
corrMat = NULL,
weightCol = "weight",
verbose = getSettings(scenicOptions, "verbose")
)
scenicOptions |
Fields used: TODO |
weightThreshold |
Global weight threshold. Links with lower weight will be ignored in ALL modules. |
See the detailed vignette explaining the internal steps.
The output is written in the folders 'int' and 'ouput'
runSCENIC_1_coexNetwork2modules(scenicOptions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.