add_regulons_AUC | R Documentation |
Add the regulons AUC matrix generated by SCENIC as a column attribute to the given .loom file handler.
add_regulons_AUC(loom, regulons.AUC, column.attr.name = "MotifRegulonsAUC")
loom |
The loom file handler. |
regulons.AUC |
A matrix of the regulons AUC values with M regulons as rows and N cells as columns. |
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.