R functions for the chemometric analysis of spectra
R
Switch branches/tags
Nothing to show
Latest commit 1e801ec Jul 27, 2017 @bryanhanson ver 4.4.85 see NEWS
Permalink
Failed to load latest commit information.
R ver 4.4.85 see NEWS Jul 27, 2017
data
inst/extdata
man ver 4.4.85 see NEWS Jul 27, 2017
vignettes
.Rbuildignore v 0.4.1.15 see NEWS Jul 23, 2015
.gitignore v 0.4.1.15 see NEWS Jul 23, 2015
DESCRIPTION
NAMESPACE
NEWS ver 4.4.85 see NEWS Jul 27, 2017
README.md tidying up for the next release Dec 27, 2016
Rbuildignore.txt v 0.4.1.15 see NEWS Jul 23, 2015
gitignore.txt

README.md

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

What is ChemoSpec?

ChemoSpec is collection of functions for plotting spectra (NMR, IR, Raman) and carrying out various forms of top-down exploratory data analysis, such as HCA, PCA, model-based clustering and STOCSY analysis. Robust methods appropriate for this type of high-dimensional data are available. Designed with metabolomics data sets in mind, where the samples fall into groups such as treatment and control. Graphical output is formatted consistently for publication quality plots. ChemoSpec is intended to be very user friendly and help you get usable results quickly. A vignette illustrating typical operations is available.

How to install ChemoSpec

To install from Github using R:

install.packages("devtools")
library("devtools")
install_github(repo = "bryanhanson/ChemoSpec@master")
library("ChemoSpec")

If you use @some_other_branch you can get other branches that might be available. They may or may not pass CRAN checks and thus may not install automatically using the method above. Check the NEWS file to see what's up.

From CRAN using R:

chooseCRANmirror() # choose a CRAN mirror
install.packages("ChemoSpec")
library("ChemoSpec")

To view the Vignette:

browseVignettes("ChemoSpec")

License Information

ChemoSpec is distributed under the GPL-3 license, as stated in the DESCRIPTION file. For more info, see the GPL site.

Questions? hanson@depauw.edu