Package: ReactomeGraph4R
Title: Interface for the Reactome Graph Database
Version: 1.4.0
Authors@R: c(
    person("Chi-Lam", "Poon", role = c("aut", "cre"), 
            email = "clpoon807@gmail.com", 
            comment = c(ORCID = "0000-0001-6298-7099")),
    person("Reactome", role = "cph", email = "help@reactome.org"))
Description: Pathways, reactions, and biological entities in Reactome knowledge 
    are systematically represented as an ordered network. Instances are 
    represented as nodes and relationships between instances as edges; they are 
    all stored in the Reactome Graph Database. This package serves as an 
    interface to query the interconnected data from a local Neo4j database, 
    with the aim of minimizing the usage of Neo4j Cypher queries.
License: Apache License (>= 2)
Encoding: UTF-8
URL: https://github.com/reactome/ReactomeGraph4R
BugReports: https://github.com/reactome/ReactomeGraph4R/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: R (>= 4.1)
Imports: neo4r, utils, getPass, jsonlite, purrr, magrittr, data.table,
        rlang, ReactomeContentService4R, doParallel, parallel, foreach
Suggests: knitr, rmarkdown, testthat, stringr, networkD3, visNetwork,
        wesanderson
VignetteBuilder: knitr
biocViews: DataImport, Pathways, Reactome, Network, GraphAndNetwork
git_url: https://git.bioconductor.org/packages/ReactomeGraph4R
git_branch: RELEASE_3_15
git_last_commit: b7209cb
git_last_commit_date: 2022-04-26
Date/Publication: 2022-04-26
NeedsCompilation: no
Packaged: 2022-04-27 00:43:42 UTC; biocbuild
Author: Chi-Lam Poon [aut, cre] (<https://orcid.org/0000-0001-6298-7099>),
  Reactome [cph]
Maintainer: Chi-Lam Poon <clpoon807@gmail.com>
Built: R 4.2.0; ; 2022-04-27 09:58:14 UTC; windows
