-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.24 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
Package: ndexr
Type: Package
Title: NDEx R client library
Version: 1.21.2
Date: 2018-04-27
Authors@R: c(
person(given = "Florian", family = "Auer",
role = c("cre","aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5320-8900")),
person(given = "Frank", family = "Kramer",
role = c("ctb"),
email = "[email protected]"),
person(given = "Alex", family = "Ishkin",
role = c("ctb"),
email = "[email protected]"),
person(given = "Dexter", family = "Pratt",
role = c("ctb"),
email = "[email protected]"))
Description: This package offers an interface to NDEx servers, e.g. the public server at http://ndexbio.org/. It can retrieve and save networks via the API. Networks are offered as RCX object and as igraph representation.
License: BSD_3_clause + file LICENSE
Depends:
RCX
Imports:
httr,
jsonlite,
plyr,
tidyr
RoxygenNote: 7.2.3
Encoding: UTF-8
biocViews: Pathways, DataImport, Network
Suggests: BiocStyle,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/frankkramer-lab/ndexr
BugReports: https://github.com/frankkramer-lab/ndexr/issues