Description Usage Arguments Value Examples
View source: R/diff_analysis_gene_set_enrichment.R
Creates table of enriched genes sets
1 2 3 4 5 6 7 | table_enriched_genes_scExp(
scExp,
set = "Both",
cell_cluster = "C1",
enr_class_sel = c("c1_positional", "c2_curated", "c3_motif", "c4_computational",
"c5_GO", "c6_oncogenic", "c7_immunologic", "hallmark")
)
|
scExp |
A SingleCellExperiment object containing list of enriched gene sets. |
set |
A character vector, either 'Both', 'Overexpressed' or 'Underexpressed'. ('Both') |
cell_cluster |
Cell cluster. ('C1') |
enr_class_sel |
Which classes of gene sets to show. (c('c1_positional', 'c2_curated', ...)) |
A DT::data.table of enriched gene sets.
1 2 | data("scExp")
## Not run: table_enriched_genes_scExp(scExp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.