Package: OmnipathR
Type: Package
Title: OmniPath web service client and more
Version: 3.0.0
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")))
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://saezlab.github.io/OmnipathR/
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.1)
Imports: checkmate, curl, digest, dplyr, httr, igraph, jsonlite, later,
        logger, magrittr, progress, purrr, rappdirs, readr, readxl,
        rlang, stats, stringr, tibble, tidyr, tidyselect, tools, utils,
        xml2, yaml
Suggests: BiocStyle, dnet, ggplot2, ggraph, gprofiler2, knitr, mlrMBO,
        parallelMap, ParamHelpers, rmarkdown, smoof, testthat
RoxygenNote: 7.1.1
git_url: https://git.bioconductor.org/packages/OmnipathR
git_branch: RELEASE_3_13
git_last_commit: 473f162
git_last_commit_date: 2021-05-19
Date/Publication: 2021-05-19
NeedsCompilation: no
Packaged: 2021-05-20 01:27:53 UTC; biocbuild
Author: Alberto Valdeolivas [aut] (<https://orcid.org/0000-0001-5482-9023>),
  Denes Turei [cre, aut] (<https://orcid.org/0000-0002-7249-9379>),
  Attila Gabor [aut] (<https://orcid.org/0000-0002-0776-1182>)
Maintainer: Denes Turei <turei.denes@gmail.com>
Built: R 4.1.0; ; 2021-05-20 09:17:02 UTC; windows
