knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

summerrmass

DOI

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.

Installation

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")

Showcases

(To be updated. See the package vignette.)



benjbuch/summerrmass documentation built on Dec. 19, 2021, 8:43 a.m.