-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
82 lines (82 loc) · 2.25 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: ChemoSpec
Type: Package
Title: Exploratory Chemometrics for Spectroscopy
Version: 6.1.10
Date: 2024-02-03
Authors@R: c(
person("Bryan A.", "Hanson",
role = c("aut", "cre"), email =
comment = c(ORCID = "0000-0003-3536-8246")),
person("Mike", "Bostock",
role = c("cph", "ctb"),
comment = "author of the d3.js library used by plotSpectraJS, http://d3js.org"),
person("Matt", "Keinsley",
role = "ctb",
comment = "author of initial AOV-PCA code"),
person("Tejasvi", "Gupta",
role = "ctb",
comment = "author of ggplot2 and plotly graphics"))
Description: A collection of functions for top-down exploratory data analysis
of spectral data including nuclear magnetic resonance (NMR), infrared (IR),
Raman, X-ray fluorescence (XRF) and other similar types of spectroscopy.
Includes functions for plotting and inspecting spectra, peak alignment,
hierarchical cluster analysis (HCA), principal components analysis (PCA) and
model-based clustering. Robust methods appropriate for this type of
high-dimensional data are available. ChemoSpec is designed for structured
experiments, such as metabolomics investigations, where the samples fall into
treatment and control groups. Graphical output is formatted consistently for
publication quality plots. ChemoSpec is intended to be very user friendly and
to help you get usable results quickly. A vignette covering typical operations
is available.
License: GPL-3
Depends:
R (>= 3.5),
ChemoSpecUtils (>= 1.0)
Imports:
stats,
utils,
grDevices,
reshape2,
readJDX (>= 0.6),
patchwork,
ggplot2,
plotly,
magrittr
Suggests:
IDPmisc,
knitr,
js,
NbClust,
clusterCrit,
lattice,
baseline,
mclust,
pls,
R.utils,
RColorBrewer,
seriation,
MASS,
grid,
pcaPP,
jsonlite,
signal,
speaq,
tinytest,
elasticnet,
irlba,
rmarkdown,
bookdown,
chemometrics,
hyperSpec,
amap,
gsubfn,
roxut
URL: https://bryanhanson.github.io/ChemoSpec/
BugReports: https://github.com/bryanhanson/ChemoSpec/issues
ByteCompile: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(roclets = c("namespace", "rd", "roxut::tests_roclet"), markdown = TRUE)
NeedsCompilation: no