summerrmass
collects functions and workflows to batch-process MALDI
spectra. This includes (1) to automatically collect the data distributed
across various folders, (2) pre-porcess the imported spectra, (3)
extract the peak intensities at given m/z ratios of interest in a
semi-automated manner, (4) combine the collected data with the
experimental metadata, and (5) conduct further downstream analysis.
Since this package is not (yet) part of CRAN, you must install and update the development version from GitHub with:
# install.packages("devtools") # if you have not installed "devtools"
devtools::install_github("benjbuch/summerrmass")
If you need a specific release, you can install it using:
devtools::install_github("benjbuch/summerrmass@v1.1")
(To be updated. See the package vignette.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.