View source: R/diff_analysis_gene_set_enrichment.R
enrich_TF_ChEA3_genes | R Documentation |
Find the TF that are enriched in the differential genes using ChEA3 API
enrich_TF_ChEA3_genes(genes)
genes |
A character vector with the name of genes to enrich for TF. |
Returns a SingleCellExperiment object containing list of enriched Gene Sets for each cluster, either in depleted features, enriched features or simply differential features (both).
Keenan AB, Torre D, Lachmann A, Leong AK, Wojciechowicz M, Utti V, Jagodnik K, Kropiwnicki E, Wang Z, Ma'ayan A (2019) ChEA3: transcription factor enrichment analysis by orthogonal omics integration. Nucleic Acids Research. doi: 10.1093/nar/gkz446 +
data(scExp)
enrich_TF_ChEA3_genes(head(unlist(strsplit(SummarizedExperiment::rowData(scExp)$Gene, split = ",", fixed = TRUE)), 15))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.