getCistromeEnrichment | R Documentation |
Determine topic-specific cistrome enrichment in the cells. If specified, cistrome enrichment can be plotted.
getCistromeEnrichment(
object,
topic,
TFname,
annotation = "TF_highConf",
aucellRankings,
nCores = 1,
aucMaxRank = 0.03 * nrow(aucellRankings),
plot = TRUE,
...
)
object |
Initialized cisTopic object, after object@cistromes.regions have been filled (see |
topic |
Topic number of the cistrome. |
TFname |
Name of the transcription factor linked to the cistrome. |
annotation |
Annotations to be used ('TF_highConf', 'Both'). By default, only the high confidence annotation is used. |
aucellRankings |
Precomputed aucellRankings using |
nCores |
Number of cores to be used for AUCell |
aucMaxRank |
Threshold to calculate the AUC |
plot |
Whether enrichment plot should be done. If yes, parameters for plotFeatures will not be ignored. |
... |
See |
AUC enrichment values for the signature are stored as a column in object@cell.data. If specified, cells coloured by their AUC enrichment values will be plotted.
cisTopicObject <- getCistromeEnrichment(cisTopicObject, annotation = 'Both', nCores=1)
cisTopicObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.