Skip to content

sgibb/MALDIquant

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MALDIquant

Project Status: Active - The project has reached a stable, usable state and is being actively developed. R-CMD-check codecov.io license cran checks metacran version metacran downloads

Quantitative Analysis of Mass Spectrometry Data

Description

MALDIquant provides a complete analysis pipeline for matrix-assisted laser desorption/ionization-time-of-flight (MALDI-TOF) and other two-dimensional mass spectrometry data.

In addition to commonly used plotting and processing methods it includes distinctive features, namely baseline subtraction methods such as morphological filters (TopHat) or the statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak alignment using warping functions, handling of replicated measurements as well as allowing spectra with different resolutions.

Please visit: https://strimmerlab.github.io/software/maldiquant/

Contact

You are welcome to:

Install

You can install the latest release directly from CRAN.

install.packages("MALDIquant")

Install development version (not recommended)

GitHub is not directly supported by the basic install.packages command. You could use the devtools package to install the development version of MALDIquant (you will need a complete development environment to compile the some c code).

install.packages("devtools")
library("devtools")
install_github("sgibb/MALDIquant")

Examples

To illustrate the application of MALDIquant for analyses of mass spectrometry data please find a number of example R scripts in the MALDIquantExamples repository.