Learn R Programming

⚠️There's a newer version (1.22.3) of this package.Take me there.

MALDIquant (version 1.8)

Quantitative Analysis of Mass Spectrometry Data

Description

MALDIquant provides a complete analysis pipeline for MALDI-TOF and other mass spectrometry data. Distinctive features include baseline subtraction methods such as TopHat or SNIP, peak alignment using warping functions, handling of replicated measurements as well as allowing spectra with different resolutions.

Copy Link

Version

Install

install.packages('MALDIquant')

Monthly Downloads

5,864

Version

1.8

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Sebastian Gibb

Last Published

September 8th, 2013

Functions in MALDIquant (1.8)

.estimateNoiseMad

Estimates the noise by MAD.
isMassSpectrum

Tests for MassSpectrum or MassPeaks object.
removeBaseline-methods

Removes the baseline of a MassSpectrum object.
.movingAverage

Moving Average Smoothing Filter
AbstractMassObject-class

Class "AbstractMassObject"
estimateNoise-methods

Estimates the noise of a MassSpectrum object.
MALDIquant-deprecated

Deprecated Functions/Methods in Package MALDIquant
averageMassSpectra

Averages MassSpectrum objects.
labelPeaks-methods

Draws peak labels to plot.
MassSpectrum-class

Class "MassSpectrum"
plot-methods

Plots an AbstractMassObject object.
estimateBaseline-methods

Estimates the baseline of a MassSpectrum object.
isMassSpectrumList

Tests a list of MassSpectrum or MassPeaks objects.
.estimateBaselineMedian

Estimates the baseline by moving estimators.
createMassPeaks

Creates a MassPeaks object.
filterPeaks

Removes less frequently peaks.
warpMassSpectra

Run warping functions on AbstractMassObject objects.
.estimateNoiseSuperSmoother

Estimates the noise by Friedman's Super Smoother.
calibrateIntensity-methods

Calibrates intensities of a MassSpectrum object.
determineWarpingFunctions

Determine warping functions of MassPeaks objects.
MALDIquant-internal

Internal MALDIquant Functions
findEmptyMassObjects

Finds or removes empty AbstractMassObject objects in a list.
MALDIquant-package

Quantitative Analysis of Mass Spectrometry Data
detectPeaks-methods

Detects peaks in a MassSpectrum object.
trim-methods

Trim an AbstractMassObject object.
binPeaks

Align Peaks into discrete bins.
transformIntensity-methods

Transforms intensities of an AbstractMassObject object.
createMassSpectrum

Creates a MassSpectrum object.
referencePeaks

Creates a reference MassPeaks object.
mergeMassPeaks

Merges MassPeaks objects.
fiedler2009subset

Example Mass Spectra (raw)
.estimateBaselineSnip

Estimates the baseline by SNIP algorithm.
.estimateBaselineConvexHull

Estimates the baseline by a Convex Hull.
smoothIntensity-methods

Smoothes intensities of a MassSpectrum object.
intensityMatrix

Converts a list of AbstractMassObject objects into a matrix.
.estimateBaselineTopHat

Estimates the baseline by TopHat filter.
MassPeaks-class

Class "MassPeaks"
.savitzkyGolay

Savitzky-Golay Smoothing Filter