项目作者: sgibb

项目描述 :
Quantitative Analysis of Mass Spectrometry Data
高级语言: R
项目地址: git://github.com/sgibb/MALDIquant.git
创建时间: 2012-10-07T19:48:42Z
项目社区:https://github.com/sgibb/MALDIquant

开源协议:

下载


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.

  1. install.packages("MALDIquant")

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

  1. install.packages("devtools")
  2. library("devtools")
  3. 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.