View source: R/aux_importsFromPython.R
importModulesGmt | R Documentation |
Imports TF co-expression from .gmt file, as generated by pySCENIC Deprecated: This function is no longer needed. The results can be loaded directly from the .loom file with get_regulons()
importModulesGmt(
fileName,
scenicOptions = NULL,
saveAsDf = TRUE,
verbose = TRUE
)
fileName |
File name of the co-expression modules (.gmt) |
transpose |
saveAsDf=TRUE to save as data.frame to continue the pipeline in R (with runSCENIC_2_createRegulons) |
Returns the co-expression modules as list (invisible), and saves them as data.frame if requested (file name: getIntName(scenicOptions, "tfModules_asDF"))
pySCENIC (https://pyscenic.readthedocs.io)
pyScenicDir <- "."
tfModules <- importModules(fileName=file.path(pyScenicDir, "modules.gmt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.