-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 811 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 811 Bytes
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
Package: centWaveP
Type: Package
Title: CWT Based Chromatographic Peak Detection
Description: Continuous wavelet transform based peak detection in
chromatographic data. This package is a modification of the original publication
by Tauttenahn et. al. Modifications include: alternative signal to noise and
baseline estimation; chromatogram smoothing; wavelet based valley tracking;
improved code documentation; improved integration bound selection; and various
tweaks.
Version: 0.1.0001
Date: 2016-05-12
Author: Nathaniel Guy Mahieu <nathaniel.mahieu@wustl.edu>
Maintainer: Nathaniel Guy Mahieu <nathaniel.mahieu@wustl.edu>
License: GPL-3
Depends:
R (>= 3.1.0),
magrittr
Imports:
matrixStats,
zoo,
xcms,
Rcpp,
TTR,
signal,
baseline
LinkingTo:
Rcpp
RoxygenNote: 5.0.1