-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
46 lines (46 loc) · 1.47 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
Type: Package
Title: Client for the Reactome Analysis Service for comparative multi-omics gene set analysis
Version: 1.21.2
Authors@R: person("Johannes", "Griss", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2206-9511"))
Description: The ReactomeGSA packages uses Reactome's online analysis service to perform a multi-omics
gene set analysis. The main advantage of this package is, that the retrieved results can be
visualized using REACTOME's powerful webapplication.
Since Reactome's analysis service also uses R to perfrom the actual gene set
analysis you will get similar results when using the same packages (such as limma and edgeR) locally.
Therefore, if you only require a gene set analysis, different packages are more suited.
License: MIT + file LICENSE
URL: https://github.com/reactome/ReactomeGSA
BugReports: https://github.com/reactome/ReactomeGSA/issues
Imports:
Biobase,
BiocSingular,
dplyr,
ggplot2,
gplots,
httr,
igraph,
jsonlite,
methods,
progress,
RColorBrewer,
SummarizedExperiment,
tidyr
Suggests:
devtools,
knitr,
ReactomeGSA.data,
rmarkdown,
scater,
scran,
scRNAseq,
scuttle,
Seurat (>= 3.0),
SingleCellExperiment,
testthat
VignetteBuilder:
knitr
biocViews: GeneSetEnrichment, Proteomics, Transcriptomics, SystemsBiology,
GeneExpression, Reactome
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2