Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

R functions for the chemometric analysis of spectra

NotificationsYou must be signed in to change notification settings

bryanhanson/ChemoSpec

Repository files navigation

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

CRAN status  metacran downloads  Downloads  status  Contributor Covenant

What is ChemoSpec?

ChemoSpec is 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.

Learn more aboutChemoSpec

Installing ChemoSpec from CRAN:

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

Installing ChemoSpec from Github:

install.packages("remotes")library("remotes")install_github(repo="bryanhanson/ChemoSpec@main")library("ChemoSpec")

If you use@some_other_branch you can download 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.

Also...

ChemoSpec requiresChemoSpecUtils to work. It should install automatically, but if not, you can use a command similar to the above to install it.

To view the Vignettes:

To access the vignettes, use the following, or visithere.

browseVignettes("ChemoSpec")

Code of Conduct

This project is released with aContributor Code of Conduct. By contributing, you agree to abide by its terms.

Contributing

If you would like to contribute to the project, please seeContributing Guide.

License Information

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

Questions?hanson@depauw.edu

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp