-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.5 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
Package: MassSpecWavelet
Type: Package
Title: Peak Detection for Mass Spectrometry data using wavelet-based algorithms
Version: 1.67.0
Encoding: UTF-8
Date: 2023-04-11
Authors@R: c(
person(given = "Pan",
family = "Du",
role = c("aut")),
person(given = "Warren",
family = "Kibbe",
role = c("aut")),
person(given = "Simon",
family = "Lin",
role = c("aut")),
person(given = "Sergio",
family = "Oller Moreno",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8994-1549"))
)
Description: Peak Detection in Mass Spectrometry data is one of the important
preprocessing steps. The performance of peak detection affects subsequent
processes, including protein identification, profile alignment and biomarker
identification. Using Continuous Wavelet Transform (CWT), this package provides
a reliable algorithm for peak detection that does not require any type of
smoothing or previous baseline correction method, providing more consistent
results for different spectra. See <doi:10.1093/bioinformatics/btl355} for further
details.
URL: https://github.com/zeehio/MassSpecWavelet
BugReports: http://github.com/zeehio/MassSpecWavelet/issues
License: LGPL (>= 2)
Suggests: signal, waveslim, BiocStyle, knitr, rmarkdown, RUnit, bench
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, PeakDetection
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)