All Projects → sgibb → MALDIquant

sgibb / MALDIquant

Licence: other
Quantitative Analysis of Mass Spectrometry Data

Programming Languages

r
7636 projects
c
50402 projects - #5 most used programming language
TeX
3793 projects
Rebol
56 projects

Projects that are alternatives of or similar to MALDIquant

Dbscan
Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms - R package
Stars: ✭ 161 (+235.42%)
Mutual labels:  cran
Icd
Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.
Stars: ✭ 178 (+270.83%)
Mutual labels:  cran
Tint
Tint is not Tufte
Stars: ✭ 226 (+370.83%)
Mutual labels:  cran
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (+245.83%)
Mutual labels:  cran
Checkmate
Fast and versatile argument checks
Stars: ✭ 174 (+262.5%)
Mutual labels:  cran
Opendata
CRAN OpenData Task View
Stars: ✭ 188 (+291.67%)
Mutual labels:  cran
Osrm
Shortest Paths and Travel Time from OpenStreetMap with R
Stars: ✭ 160 (+233.33%)
Mutual labels:  cran
mzQC
Reporting and exchange format for mass spectrometry quality control data
Stars: ✭ 21 (-56.25%)
Mutual labels:  mass-spectrometry
Randomforestexplainer
A set of tools to understand what is happening inside a Random Forest
Stars: ✭ 175 (+264.58%)
Mutual labels:  cran
Margins
An R Port of Stata's 'margins' Command
Stars: ✭ 225 (+368.75%)
Mutual labels:  cran
Simmer
Discrete-Event Simulation for R
Stars: ✭ 170 (+254.17%)
Mutual labels:  cran
Recommenderlab
recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
Stars: ✭ 174 (+262.5%)
Mutual labels:  cran
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+312.5%)
Mutual labels:  cran
Import
An Import Mechanism For R
Stars: ✭ 165 (+243.75%)
Mutual labels:  cran
Reactr
React for R
Stars: ✭ 227 (+372.92%)
Mutual labels:  cran
Webservices
CRAN WebTechnologies Task View
Stars: ✭ 160 (+233.33%)
Mutual labels:  cran
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (+283.33%)
Mutual labels:  cran
rtide
R package to calculate tide heights
Stars: ✭ 14 (-70.83%)
Mutual labels:  cran
Littler
A scripting and command-line front-end for GNU R
Stars: ✭ 238 (+395.83%)
Mutual labels:  cran
Pacman
A package management tools for R
Stars: ✭ 220 (+358.33%)
Mutual labels:  cran

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].