msPurity
This is the development version of msPurity; for the stable release version, see msPurity.
Automated Evaluation of Precursor Ion Purity for Mass Spectrometry Based Fragmentation in Metabolomics
Bioconductor version: Development (3.21)
msPurity R package was developed to: 1) Assess the spectral quality of fragmentation spectra by evaluating the "precursor ion purity". 2) Process fragmentation spectra. 3) Perform spectral matching. What is precursor ion purity? -What we call "Precursor ion purity" is a measure of the contribution of a selected precursor peak in an isolation window used for fragmentation. The simple calculation involves dividing the intensity of the selected precursor peak by the total intensity of the isolation window. When assessing MS/MS spectra this calculation is done before and after the MS/MS scan of interest and the purity is interpolated at the recorded time of the MS/MS acquisition. Additionally, isotopic peaks can be removed, low abundance peaks are removed that are thought to have limited contribution to the resulting MS/MS spectra and the isolation efficiency of the mass spectrometer can be used to normalise the intensities used for the calculation.
Author: Thomas N. Lawson [aut, cre] (ORCID:
Maintainer: Thomas N. Lawson <thomas.nigel.lawson at gmail.com>
citation("msPurity")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("msPurity")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("msPurity")
msPurity | HTML | R Script |
msPurity spectral database schema | HTML | R Script |
msPurity spectral matching | HTML | R Script |
Reference Manual | ||
NEWS | Text | |
LICENSE | Text |
Details
biocViews | MassSpectrometry, Metabolomics, Software |
Version | 1.33.0 |
In Bioconductor since | BioC 3.4 (R-3.3) (8 years) |
License | GPL-3 + file LICENSE |
Depends | Rcpp |
Imports | plyr, dplyr, dbplyr, magrittr, foreach, parallel, doSNOW, stringr, mzR, reshape2, fastcluster, ggplot2, DBI, RSQLite |
System Requirements | |
URL | https://github.com/computational-metabolomics/msPurity/ |
Bug Reports | https://github.com/computational-metabolomics/msPurity/issues/new |
See More
Suggests | MSnbase, testthat, xcms, BiocStyle, knitr, rmarkdown, msPurityData, CAMERA, RPostgres, RMySQL |
Linking To | |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | MetMashR |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | msPurity_1.33.0.tar.gz |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | |
macOS Binary (arm64) | |
Source Repository | git clone https://git.bioconductor.org/packages/msPurity |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/msPurity |
Bioc Package Browser | https://code.bioconductor.org/browse/msPurity/ |
Package Short Url | https://bioconductor.org/packages/msPurity/ |
Package Downloads Report | Download Stats |