GitHub - computational-metabolomics/msPurity: R-package - Automated Evaluation of Precursor Ion Purity for Mass Spectrometry Based Fragmentation in Metabolomics (original) (raw)

msPurity: Package to assess precursor ion purity, process fragmentation spectra and perform spectral matching

See NEWS file for updates

General:

Git Bioconda License DOI Paper Coverage

Bioconductor (release):

Bioconductor release availability Bioconductor release downloads Bioconductor release build results

Bioconductor (devel):

Bioconductor devel availability Bioconductor devel downloads Bioconductor devel build results

Which version to use?

Recommendation for most uses cases is to install and use the Bioconductor stable version of msPurity.

The code available from both the Bioconductor development branch and the master branch on github has the newest functionality.

About

msPurity R package and associated Galaxy tools were developed to: 1) assess the spectral quality of fragmentation spectra by evaluating the "precursor ion purity". 2) process fragmentation spectra. And 3) perform spectral matching.

Functionalities:

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.

Associated paper msPurity: Automated Evaluation of Precursor Ion Purity for Mass Spectrometry Based Fragmentation in Metabolomics. Analytical Chemistry [1]

Use the following links for more details:

Install

Bioconductor

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("msPurity")

Github

library(devtools) install_github('computational-metabolomics/msPurity')

Ref

[1] Lawson, T.N., Weber, R.J., Jones, M.R., Chetwynd, A.J., Rodriguez Blanco, G.A., Di Guida, R., Viant, M.R. and Dunn, W.B., 2017. msPurity: Automated Evaluation of Precursor Ion Purity for Mass Spectrometry Based Fragmentation in Metabolomics. Analytical Chemistry.