get_regulons_AUC | R Documentation |
Get AUCell matrix from the given loom file
get_regulons_AUC( loom, column.attr.name = "MotifRegulonsAUC", rows = "regulons", columns = "cells" )
loom |
.loom file name |
column.attr.name |
Type of regulon to retrieve; Usually 'MotifRegulonsAUC' for motif-based regulons, or 'TrackRegulonsAUC' for track-based (e.g. ChIP-seq) regulons. (Might change according to the SCENIC/pySCENIC pipeline version and settings used). |
rows |
Type of data stored as rows (only for informative purposes) Default: "regulons" |
columns |
Type of data stored as columns (only for informative purposes) Default: "cells" |
AUC matrix in the slot loom[["col_attrs"]][["RegulonsAUC"]][]
.
If AUCell is installed, it will be stored as aucellResults object.
loom_file_pathath <- file.path(system.file('extdata', package='SCopeLoomR'), "example.loom") loom <- open_loom(loomPath) regulons_AUC <- get_regulons_AUC(loom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.