-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
66 lines (66 loc) · 2.44 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
55
56
57
58
59
60
61
62
63
64
65
66
Package: oncoEnrichR
Type: Package
Title: Cancer-dedicated gene set interpretation
Version: 1.5.2
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8468-2050"))
Maintainer: Sigve Nakken <[email protected]>
URL: https://sigven.github.io/oncoEnrichR
BugReports: https://github.com/sigven/oncoEnrichR/issues
Description: oncoEnrichR performs annotation and prioritization of genesets
discovered from high-throughput experiments within cancer biology. The tool
queries a number of high-quality resources, including DepMap/Project Score
(cellular fitness in genome-scale drop-out screens), Open Targets Platform
(comprehensive target-drug associations, cancer hallmark evidence and
target-tumor type associations), TCGA (genetic aberrations and gene co-expression
patterns in human tumor samples), STRING/BioGRID (protein-protein interaction networks),
curated protein complexes (CORUM/Compleat/ComplexPortal/hu.MAP2),
COMPARTMENTS (subcellular compartments),
Human Protein Atlas (prognostic gene expression associations), CellChatDB (ligand-receptor interactions),
DoRothEA (regulatory interactions), synthetic lethality predictions,
and Gene Ontology/MSigDB/REACTOME/KEGG/NetPath
(functional enrichment/over-representation analysis with respect to gene
function and cellular pathways). The package outputs both an interactive HTML
report and an Excel workbook in which the user can interrogate the various
types of annotations and analyses performed with the query geneset.
Depends:
R (>= 4.1)
biocViews:
Imports: dplyr,
assertthat,
assertable,
clusterProfiler,
DT,
gganatogram,
ggpubr,
openxlsx,
stringr,
tidyr,
readr,
googledrive,
visNetwork,
quarto,
plotly,
jsonlite,
forcats,
org.Hs.eg.db,
igraph (>= 2.0),
lgr,
maftools,
rlang,
textclean (>= 0.9.3)
Suggests:
testthat (>= 3.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
Remotes: jespermaag/gganatogram
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
LazyData: true
SystemRequirements: Quarto command line tool
(<https://github.com/quarto-dev/quarto-cli>).