-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
98 lines (98 loc) · 2.66 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Package: MSnbase
Title: Base Functions and Classes for MS-based Proteomics
Version: 2.1.3
Description: Basic plotting, data manipulation and processing
of MS-based Proteomics data.
Authors@R: c(person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = c("aut","cre")),
person(given = "Guangchuang", family ="Yu",
email = "[email protected]",
role = "ctb"),
person(given = "Samuel", family ="Wieczorek",
email = "[email protected]",
role = "ctb"),
person(given = "Vasile-Cosmin", family ="Lazar",
email = "[email protected]",
role = "ctb"),
person(given = "Vladislav", family ="Petyuk",
email = "[email protected]",
role = "ctb"),
person(given = "Thomas", family ="Naake",
email = "[email protected]",
role = "ctb"),
person(given = "Richie", family ="Cotton",
email = "[email protected]",
role = "ctb"),
person(given = "Martina", family ="Fischer",
email = "[email protected]",
role = "ctb"),
person(given = "Johannes", family ="Rainer",
email = "[email protected]",
role = "ctb"),
person(given = "Gibb", family ="Sebastian",
email = "[email protected]",
role = "ctb"))
Author: Laurent Gatto <[email protected]> with contributions from
Guangchuang Yu, Samuel Wieczorek, Vasile-Cosmin Lazar,
Vladislav Petyuk, Thomas Naake, Richie Cotton, Martina Fisher,
Johannes Rainer and Sebastian Gibb.
Maintainer: Laurent Gatto <[email protected]>
Depends:
R (>= 3.1),
methods,
BiocGenerics (>= 0.7.1),
Biobase (>= 2.15.2),
mzR (>= 2.7.6),
BiocParallel,
ProtGenerics (>= 1.5.1)
Imports:
plyr,
IRanges,
preprocessCore,
vsn,
grid,
reshape2,
stats4,
affy,
impute,
pcaMethods,
mzID (>= 1.5.2),
MALDIquant (>= 1.12),
digest,
lattice,
ggplot2,
S4Vectors,
XML,
Rcpp
Suggests:
testthat,
pryr,
gridExtra,
microbenchmark,
zoo,
knitr (>= 1.1.0),
rols,
Rdisop,
pRoloc,
pRolocdata (>= 1.7.1),
msdata (>= 0.12.2),
roxygen2,
rgl,
rpx,
AnnotationHub,
BiocStyle,
rmarkdown,
imputeLCMD,
norm,
gplots,
shiny
LinkingTo: Rcpp
License: Artistic-2.0
LazyData: yes
VignetteBuilder: knitr
BugReports: https://github.com/lgatto/MSnbase/issues
URL: https://github.com/lgatto/MSnbase
biocViews: Infrastructure, Proteomics, MassSpectrometry,
QualityControl, DataImport
RoxygenNote: 5.0.1