Skip to content

rformassspectrometry/MsBackendMsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass Spectrometry Data Backend for NIST MSP Files

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check-bioc codecov license years in bioc Ranking by downloads build release build devel

The MsBackendMsp package provides functionality to import and handle MS/MS spectrum data from MSP files. The package defines the MsBackendMsp backend which can be used to import and use MS2 spectrum data from msp files with the Spectra R package.

For more information see the package vignette or the package homepage.

Installation

The package can be installed with

install.packages("BiocManager")
BiocManager::install("MsBackendMsp")

Contributions

Contributions are highly welcome and should follow the contribution guidelines. Also, please check the coding style guidelines in the RforMassSpectrometry vignette.