-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
90 lines (90 loc) · 2.26 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
Package: QFeatures
Title: Quantitative features for mass spectrometry data
Version: 1.15.3
Authors@R: c(person("Laurent", "Gatto",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1520-2268"),
role = c("aut", "cre")),
person("Christophe", "Vanderaa",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7443-5427"),
role = "aut"))
Description: The QFeatures infrastructure enables the management and
processing of quantitative features for high-throughput mass
spectrometry assays. It provides a familiar Bioconductor user
experience to manages quantitative data across different assay
levels (such as peptide spectrum matches, peptides and proteins) in
a coherent and tractable format.
Depends: R (>= 4.0), MultiAssayExperiment
Imports:
methods,
stats,
utils,
S4Vectors,
IRanges,
SummarizedExperiment,
BiocGenerics,
ProtGenerics (>= 1.35.1),
AnnotationFilter,
lazyeval,
Biobase,
MsCoreUtils (>= 1.7.2),
igraph,
grDevices,
plotly,
tidyr,
tidyselect,
reshape2
Suggests:
SingleCellExperiment,
MsDataHub (>= 1.3.3),
Matrix,
HDF5Array,
msdata,
ggplot2,
gplots,
dplyr,
limma,
DT,
shiny,
shinydashboard,
testthat,
knitr,
BiocStyle,
rmarkdown,
vsn,
preprocessCore,
matrixStats,
imputeLCMD,
pcaMethods,
impute,
norm,
ComplexHeatmap
biocViews: Infrastructure, MassSpectrometry, Proteomics, Metabolomics
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/QFeatures/issues
URL: https://github.com/RforMassSpectrometry/QFeatures
Collate:
'AllGenerics.R'
'AssayLinks.R'
'QFeatures-class.R'
'QFeatures-functions.R'
'QFeatures-processing.R'
'QFeatures-filter.R'
'QFeatures-missing-data.R'
'QFeatures-aggregation.R'
'QFeatures-imputation.R'
'QFeatures-join.R'
'QFeatures-validity.R'
'SummarizedExperiment-methods.R'
'subsetBy-methods.R'
'readQFeatures.R'
'readQFeaturesFromDIANN.R'
'data.R'
'reduce.R'
'utils.R'
'display.R'
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2