-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.01 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
Package: Autotuner
Type: Package
Title: Automated parameter selection for untargeted metabolomics data processing
Version: 1.3.0
Author: Craig McLean
Maintainer: Craig McLean <[email protected]>
Description: This package is designed to help faciliate data processing in
untargeted metabolomics. To do this, the algorithm contained within the package performs statistical inference on raw data to come up with the
best set of parameters to process the raw data.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.0.0),
methods,
Biobase,
MSnbase (>= 2.14.2)
RoxygenNote: 7.1.1
biocViews: MassSpectrometry, Metabolomics
Imports:
RColorBrewer,
mzR,
assertthat,
scales,
entropy,
cluster,
grDevices,
graphics,
stats,
utils
Suggests:
testthat (>= 2.1.0),
covr,
devtools,
knitr,
rmarkdown,
mtbls2
VignetteBuilder: knitr
BugReports: https://github.com/crmclean/Autotuner/issues
URL: https://github.com/crmclean/Autotuner/
LazyData: true