GitHub - rformassspectrometry/PSMatch: Peptide Spectrum Matching (original) (raw)

Handling peptide-spectrum matches

PSMatch is a simple package to load, process and analyse PSMs (Peptide-Spectrum Matches). The following references are a good way to get started with the package:

Installation instructions

To install the package from Bioconductor, make sure you have theBiocManager package, available from CRAN, and then run

BiocManager::install("PSMatch")

Credit

Code in this package is partly composed of functions ported fromMSnbase with the goal to (1) make them more general and (2) integrate them with the R for Mass Spectrometryinfrastructure.