table_enriched_genes_scExp: Creates table of enriched genes sets

Description Usage Arguments Value Examples

View source: R/diff_analysis_gene_set_enrichment.R

Description

Creates table of enriched genes sets

Usage

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")
)

Arguments

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', ...))

Value

A DT::data.table of enriched gene sets.

Examples

1
2
data("scExp")
## Not run: table_enriched_genes_scExp(scExp)

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.