- Home
- Bioconductor 3.22
- Software Packages
- UniProt.ws
UniProt.ws
This is the released version of UniProt.ws; for the devel version, see UniProt.ws.
R Interface to UniProt Web Services
Bioconductor version: Release (3.22)
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.
Author: Marc Carlson [aut], Csaba Ortutay [ctb], Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("UniProt.ws")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("UniProt.ws")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("UniProt.ws")
Details
Package Archives
Follow Installation instructions to use this package in your R session.