-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: escape
Title: Easy single cell analysis platform for enrichment
Version: 2.2.2
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "ncborch@gmail.com"),
person(given = "Jared", family = "Andrews", role = c("aut"), email = "jared.andrews07@gmail.com"),
person(given = "Alexei", family = "Martsinkovskiy", role = c("ctb"), email = "alexei.martsinkovskiy@gmail.com")
)
Description: A bridging R package to facilitate gene set enrichment analysis (GSEA) in the context of single-cell RNA sequencing. Using raw count information, Seurat objects, or SingleCellExperiment format, users can perform and visualize ssGSEA, GSVA, AUCell, and UCell-based enrichment calculations across individual cells.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2
biocViews: Software, SingleCell, Classification, Annotation, GeneSetEnrichment, Sequencing, GeneSignaling, Pathways
Depends: R (>= 4.1)
Imports:
AUCell,
BiocParallel,
grDevices,
dplyr,
ggdist,
ggplot2,
ggpointdensity,
GSEABase,
GSVA,
SingleCellExperiment,
ggridges,
msigdbr,
stats,
reshape2,
patchwork,
MatrixGenerics,
utils,
SummarizedExperiment,
UCell,
stringr,
methods,
SeuratObject,
Matrix
Suggests:
Seurat,
hexbin,
scran,
knitr,
rmarkdown,
markdown,
BiocStyle,
RColorBrewer,
rlang,
spelling,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Language: en-US