add_regulons | R Documentation |
Add the regulons with their target genes generated by SCENIC as a row attribute to the given .loom file handler.
add_regulons( loom, regulons, column.attr.name = "MotifRegulons", regulon.threshold.assignments = NULL, regulon.enrichment.table = NULL )
loom |
The loom file handler. |
regulons |
A list of list of the regulons and their target genes generated by SCENIC. #'@param 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). |
regulon.threshold.assignments |
The automated regulon cell assignments object generated by SCENIC. |
regulon.enrichment.table |
The regulon enrichment table generated by SCENIC. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.