-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: UniProt.ws
Type: Package
Title: R Interface to UniProt Web Services
Version: 2.47.6
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", , "[email protected]", "aut"),
person("Csaba", "Ortutay", role="ctb"),
person("Marcel", "Ramos", , "[email protected]",
c("aut","cre"), c(ORCID = "0000-0002-3242-0582"))
)
Imports:
AnnotationDbi,
AnVILBase,
BiocFileCache,
BiocBaseUtils,
BiocGenerics,
httr2,
jsonlite,
methods,
progress,
rjsoncons,
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: 2024-12-31
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)