-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1013 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
42
43
44
45
46
Package: metabom8
Type: Package
Title: NMR-based metabolic profiling
Version: 1.0.0
Authors@R: person("Torben", "Kimhofer", email = "[email protected]",
role = c("aut", "cre"))
Description: Functions to perform 1D NMR data import, spectral data preprocessing, multivariate statistical analysis and statistical total correlation for putative metabolite identification!
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0)
Imports:
abind,
BiocManager,
colorRamps,
ellipse,
ggplot2,
ggrepel,
graphics,
grDevices,
methods,
parallel,
pcaMethods,
plotly,
plyr,
pROC,
ptw,
RColorBrewer,
Rcpp (>= 1.0.4.6),
reshape2,
scales,
signal,
stats,
utils
LinkingTo:
Rcpp,
RcppArmadillo,
RcppEigen
biocViews: Metabolomics, Cheminformatics, Preprocessing, DataImport
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr