Mass Spectrometry Data Backend for Mascot Generic Format (mgf) Files
April 13, 2023 ยท View on GitHub
The MsBackendMgf package provides functionality to import and handle
MS/MS spectrum data from Mascot Generic Format
(mgf) files.
The package defines the MsBackendMgf backend which can be used to
import and use MS2 spectrum data from mgf files with the
Spectra R package.
For more information see the package homepage.
Installation
The package can be installed with
install.packages("BiocManager")
BiocManager::install("MsBackendMgf")
Contributions
Contributions are highly welcome and should follow the contribution guidelines. Also, please check the coding style guidelines in the RforMassSpectrometry vignette.