-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
45 lines (45 loc) · 1.67 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
Package: MALDIquant
Version: 1.22.3
Date: 2024-08-19
Title: Quantitative Analysis of Mass Spectrometry Data
Authors@R: c(
person(
given = "Sebastian", family = "Gibb",
email="[email protected]",
comment=c(ORCID="0000-0001-7406-4443"),
role = c("aut", "cre")
),
person(
given = "Korbinian", family = "Strimmer",
comment=c(ORCID="0000-0001-7917-2056"),
role="ths"
),
person(given = "Sigurdur", family = "Smarason", role = "ctb"),
person(
given = "Laurent", family = "Gatto",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1520-2268"),
role = "ctb"
),
person(given = "Paolo", family = "Inglese", role = "ctb"))
Depends: R (>= 4.0.0), methods
Imports: parallel
Suggests: knitr, testthat (>= 0.8)
Description: A complete analysis pipeline for matrix-assisted laser
desorption/ionization-time-of-flight (MALDI-TOF) and other
two-dimensional mass spectrometry data. In addition to commonly
used plotting and processing methods it includes distinctive
features, namely baseline subtraction methods such as
morphological filters (TopHat) or the statistics-sensitive
non-linear iterative peak-clipping algorithm (SNIP), peak
alignment using warping functions, handling of replicated
measurements as well as allowing spectra with different
resolutions.
License: GPL (>= 3)
URL: https://strimmerlab.github.io/software/maldiquant/,
https://github.com/sgibb/MALDIquant/
BugReports: https://github.com/sgibb/MALDIquant/issues/
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8