-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
41 lines (41 loc) · 972 Bytes
/
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
Encoding: UTF-8
Package: cpc
Type: Package
Title: Comprehensive Peak Characterization of LC/GC-MS Data
Version: 0.1.0
Date: 2022-01-12
Authors@R: person("Kristian", "Pirttilä", email = "kristian.pirttila@ilk.uu.se",
role = c("aut", "cre"))
Maintainer: Kristian Pirttilä <kristian.pirttila@ilk.uu.se>
Description: Allows comprehensive peak characterization and filtering using
analytical chemistry parameters of peaks detected using XCMS.
License: GPL (>= 2)
Depends:
xcms (>= 3.13.5),
mzR (>= 2.22.0),
MSnbase (>= 2.15.7),
signal (>= 0.7-6),
pander
Imports:
Rcpp (>= 1.0.5),
methods,
progress
Suggests:
knitr,
rmarkdown,
markdown,
ggvenn
LinkingTo: Rcpp
SystemRequirements: C++11
RoxygenNote: 7.1.2
Collate:
"utils.R"
"RcppExports.R"
"generics.R"
"fun_plot_eval_eic.R"
"fun_param.R"
"fun_chrom.R"
"fun_filter_xcms_peaklist.R"
"fun_characterize_peaklist.R"
"classes.R"
VignetteBuilder: knitr