-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
83 lines (83 loc) · 3.33 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
Package: MsCoreUtils
Title: Core Utils for Mass Spectrometry Data
Version: 1.17.3
Description: MsCoreUtils defines low-level functions for mass
spectrometry data and is independent of any high-level data
structures. These functions include mass spectra processing
functions (noise estimation, smoothing, binning, baseline
estimation), quantitative aggregation functions (median polish,
robust summarisation, ...), missing data imputation, data
normalisation (quantiles, vsn, ...), misc helper functions, that
are used across high-level data structure within the R for Mass
Spectrometry packages.
Authors@R: c(person(given = "RforMassSpectrometry Package Maintainer",
email = "maintainer@rformassspectrometry.org",
role = "cre"),
person(given = "Laurent", family = "Gatto",
email = "laurent.gatto@uclouvain.be",
comment = c(ORCID = "0000-0002-1520-2268"),
role = "aut"),
person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
comment = c(ORCID = "0000-0002-6977-7147"),
role = "aut"),
person(given = "Sebastian", family = "Gibb",
email = "mail@sebastiangibb.de",
comment = c(ORCID = "0000-0001-7406-4443"),
role = "aut"),
person(given = "Philippine", family = "Louail",
email = "philippine.louail@eurac.edu",
role = c("aut"),
comment = c(ORCID = "0009-0007-5429-6846")),
person(given = "Adriaan", family = "Sticker", role = "ctb"),
person(given = "Sigurdur", family = "Smarason", role = "ctb"),
person(given = "Thomas", family = "Naake", role = "ctb"),
person(given = "Josep Maria", family = "Badia Aparicio",
comment = c(ORCID = "0000-0002-5704-1124"),
role = "ctb"),
person(given = "Michael", family = "Witting",
email = "michael.witting@helmholtz-muenchen.de",
role = "ctb",
comment = c(ORCID = "0000-0002-1462-4426")),
person(given = "Samuel", family = "Wieczorek", role = "ctb"),
person(given = "Roger", family = "Gine Bertomeu",
email = "roger.gine@iispv.cat",
comment = c(ORCID = "0000-0003-0288-9619"),
role = "ctb"),
person(given = "Mar", family = "Garcia-Aloy",
email = "mar.garcia@fmach.it",
comment = c(ORCID = "0000-0002-1330-6610"),
role = "ctb"))
Depends:
R (>= 3.6.0)
Imports:
methods,
S4Vectors,
MASS,
stats,
clue
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown,
roxygen2,
imputeLCMD,
impute,
norm,
pcaMethods,
vsn,
Matrix,
preprocessCore,
missForest
Enhances:
HDF5Array
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
LinkingTo: Rcpp
BugReports: https://github.com/RforMassSpectrometry/MsCoreUtils/issues
URL: https://github.com/RforMassSpectrometry/MsCoreUtils
biocViews: Infrastructure, Proteomics, MassSpectrometry, Metabolomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.2