-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 941 Bytes
/
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
Package: rpx
Type: Package
Title: R Interface to the ProteomeXchange Repository
Version: 2.9.1
Authors@R: c(person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = c("aut", "cre")))
Author: Laurent Gatto
Maintainer: Laurent Gatto <[email protected]>
Description: The rpx package implements an interface to proteomics
data submitted to the ProteomeXchange consortium.
Depends:
R (>= 3.5.0),
methods
Imports:
BiocFileCache,
jsonlite,
xml2,
RCurl,
curl,
utils
Suggests:
Biostrings,
BiocStyle,
testthat,
knitr,
tibble,
rmarkdown
License: GPL-2
URL: https://github.com/lgatto/rpx
BugReports: https://github.com/lgatto/rpx/issues
VignetteBuilder: knitr
biocViews: ImmunoOncology, Proteomics, MassSpectrometry, DataImport, ThirdPartyClient
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)