Package: UniProt.ws
Type: Package
Title: R Interface to UniProt Web Services
Version: 2.51.0
Description: The Universal Protein Resource (UniProt) is a comprehensive
  resource for protein sequence and annotation data. This package provides a
  collection of functions for retrieving, processing, and re-packaging UniProt
  web services. The package makes use of UniProt's modernized REST API and
  allows mapping of identifiers accross different databases.
Authors@R: c(
  person("Marc", "Carlson", , "maintainer@bioconductor.org", "aut"),
  person("Csaba", "Ortutay", role="ctb"),
  person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
      c("aut","cre"), c(ORCID = "0000-0002-3242-0582"))
  )
Depends: R (>= 4.5.0)
Imports:
  AnnotationDbi,
  BiocFileCache,
  BiocBaseUtils,
  BiocGenerics,
  httr2,
  jsonlite,
  methods,
  progress,
  rjsoncons,
  rlang,
  utils
Suggests:
  BiocStyle,
  knitr,
  rmarkdown,
  tinytest
Collate:
  UniProt.ws-package.R
  UniProt.ws-class.R
  mapUniProt.R
  UniProt.ws-methods.R
  utilities.R
License: Artistic-2.0
biocViews: Annotation, Infrastructure, GO, KEGG, BioCarta
BugReports: https://github.com/Bioconductor/UniProt.ws/issues
URL: https://github.com/Bioconductor/UniProt.ws
Encoding: UTF-8
VignetteBuilder: knitr
Date: 2025-09-15
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
git_url: https://git.bioconductor.org/packages/UniProt.ws
git_branch: devel
git_last_commit: 0cc8c13
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
