-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
108 lines (108 loc) · 2.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Package: OmnipathR
Type: Package
Title: OmniPath web service client and more
Version: 3.15.1
Authors@R: c(
person(
given = "Alberto",
family = "Valdeolivas",
role = c("aut"),
email = "alvaldeolivas@gmail.com",
comment = c(ORCID = "0000-0001-5482-9023")),
person(
given = "Denes",
family = "Turei",
role = c("cre", "aut"),
email = "turei.denes@gmail.com",
comment = c(ORCID = "0000-0002-7249-9379")),
person(
given = "Attila",
family = "Gabor",
role = "aut",
comment = c(ORCID = "0000-0002-0776-1182")),
person(
given = "Diego",
family = "Mananes",
role = "aut",
comment = c(ORCID = "0000-0001-7247-6794")),
person(
given = "Aurelien",
family = "Dugourd",
role = "aut",
comment = c(ORCID = "0000-0002-0714-028X")))
Description: A client for the OmniPath web service
(https://www.omnipathdb.org) and many other resources.
It also includes functions to transform and pretty print
some of the downloaded data, functions to access a number
of other resources such as BioPlex, ConsensusPathDB, EVEX,
Gene Ontology, Guide to Pharmacology (IUPHAR/BPS), Harmonizome,
HTRIdb, Human Phenotype Ontology, InWeb InBioMap, KEGG Pathway,
Pathway Commons, Ramilowski et al. 2015, RegNetwork, ReMap, TF
census, TRRUST and Vinayagam et al. 2011. Furthermore, OmnipathR
features a close integration with the NicheNet method for
ligand activity prediction from transcriptomics data, and its
R implementation `nichenetr` (available only on github).
License: MIT + file LICENSE
URL: https://r.omnipathdb.org/
BugReports: https://github.com/saezlab/OmnipathR/issues
biocViews: GraphAndNetwork, Network, Pathways, Software, ThirdPartyClient,
DataImport, DataRepresentation, GeneSignaling, GeneRegulation,
SystemsBiology, Transcriptomics, SingleCell, Annotation, KEGG
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R(>= 4.0)
Imports:
checkmate,
crayon,
curl,
digest,
dplyr(>= 1.1.0),
httr,
igraph,
jsonlite,
later,
logger,
lubridate,
magrittr,
progress,
purrr,
rappdirs,
readr(>= 2.0.0),
readxl,
rlang,
rmarkdown,
RSQLite,
R.utils,
rvest,
stats,
stringi,
stringr,
tibble,
tidyr,
tidyselect,
tools,
utils,
vctrs,
withr,
XML,
xml2,
yaml,
zip
Suggests:
BiocStyle,
bookdown,
ggplot2,
ggraph,
gprofiler2,
knitr,
mlrMBO,
parallelMap,
ParamHelpers,
Rgraphviz,
R.matlab,
sigmajs,
smoof,
supraHex,
testthat
RoxygenNote: 7.3.2