get_regulons | R Documentation |
Get regulons from the given loom file
get_regulons( loom, column.attr.name = "MotifRegulons", tf.as.name = TRUE, tf.sep = "_" )
loom |
.loom file name |
column.attr.name |
Type of regulon to retrieve; Usually 'MotifRegulons' for motif-based regulons, or 'TrackRegulons' for track-based (e.g. ChIP-seq) regulons. (Might change according to the SCENIC/pySCENIC pipeline version and settings used). |
tfAsName |
Whether to return only the TF name (calls |
tfSep |
Character used as separator for the TF name and extra values stored in the regulon name. To be passed to SCENIC::getTF() |
The regulons as incidence matrix or list.
loomPath <- file.path(system.file('extdata', package='SCopeLoomR'), "example.loom") loom <- open_loom(loomPath) regulons <- get_regulons(loom) head(regulons)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.