Package: ndexr
Type: Package
Title: NDEx R client library
Version: 1.32.0
Date: 2018-04-27
Authors@R: c(
  person(given = "Florian", family = "Auer", 
         role = c("cre","aut"), 
         email = "florian.auer@informatik.uni-augsburg.de",
         comment = c(ORCID = "0000-0002-5320-8900")),
  person(given = "Frank", family = "Kramer", 
         role = c("ctb"), 
         email = "frank.kramer@informatik.uni-augsburg.de"),
  person(given = "Alex", family = "Ishkin", 
         role = c("ctb"), 
         email = "aleksandr.ishkin@thomsonreuters.com"),
  person(given = "Dexter", family = "Pratt", 
         role = c("ctb"), 
         email = "depratt@ucsc.edu"))
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
git_url: https://git.bioconductor.org/packages/ndexr
git_branch: RELEASE_3_22
git_last_commit: 5dbac8e
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 05:23:27 UTC; biocbuild
Author: Florian Auer [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-5320-8900>),
  Frank Kramer [ctb],
  Alex Ishkin [ctb],
  Dexter Pratt [ctb]
Maintainer: Florian Auer <florian.auer@informatik.uni-augsburg.de>
