- Home
- Bioconductor 3.23
- Software Packages
- MsBackendMgf (development version)
MsBackendMgf
This is the development version of MsBackendMgf; for the stable release version, see MsBackendMgf.
Mass Spectrometry Data Backend for Mascot Generic Format (mgf) Files
Bioconductor version: Development (3.23)
Mass spectrometry (MS) data backend supporting import and export of MS/MS spectra data from Mascot Generic Format (mgf) files. Objects defined in this package are supposed to be used with the Spectra Bioconductor package. This package thus adds mgf file support to the Spectra package.
Author: RforMassSpectrometry Package Maintainer [cre], Laurent Gatto [aut] ORCID iD ORCID: 0000-0002-1520-2268 , Johannes Rainer [aut] ORCID iD ORCID: 0000-0002-6977-7147 , Sebastian Gibb [aut] ORCID iD ORCID: 0000-0001-7406-4443 , Michael Witting [ctb] ORCID iD ORCID: 0000-0002-1462-4426 , Adriano Rutz [ctb] ORCID iD ORCID: 0000-0003-0443-9902 , Corey Broeckling [ctb] ORCID iD ORCID: 0000-0002-6158-827X
Maintainer: RforMassSpectrometry Package Maintainer <maintainer at rformassspectrometry.org>
citation("MsBackendMgf")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("MsBackendMgf")
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("MsBackendMgf")
Details
Package Archives
Follow Installation instructions to use this package in your R session.