Bioc2026 Registration Open!

PSMatch

Handling and Managing Peptide Spectrum Matches

Bioconductor version: 3.23 · Package version: 1.16.0

The PSMatch package helps proteomics practitioners to load, handle and manage Peptide Spectrum Matches. It provides functions to model peptide-protein relations as adjacency matrices and connected components, visualise these as graphs and make informed decision about shared peptide filtering. The package also provides functions to calculate and visualise MS2 fragment ions.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("PSMatch")

Details

MaintainerLaurent Gatto <laurent.gatto@uclouvain.be>
AuthorLaurent Gatto [aut, cre] (ORCID: <https://orcid.org/0000-0002-1520-2268>), Johannes Rainer [aut] (ORCID: <https://orcid.org/0000-0002-6977-7147>), Sebastian Gibb [aut] (ORCID: <https://orcid.org/0000-0001-7406-4443>), Samuel Wieczorek [ctb], Thomas Burger [ctb], Guillaume Deflandre [ctb] (ORCID: <https://orcid.org/0009-0008-1257-2416>)
LicenseArtistic-2.0
URLhttps://github.com/RforMassSpectrometry/PSM
Bug Reportshttps://github.com/RforMassSpectrometry/PSM/issues
Downloads rank3364
Source branchRELEASE_3_23
biocViewsInfrastructure, MassSpectrometry, Proteomics, Software

Documentation

Download

Dependencies

Depends: S4Vectors, R (>= 4.1.0), PTMods (>= 0.99.4)

Imports: utils, stats, igraph, methods, Spectra (>= 1.17.10), Matrix, BiocParallel, BiocGenerics, ProtGenerics (>= 1.27.1), QFeatures, MsCoreUtils

Suggests: MsDataHub, rpx, mzID, mzR, SummarizedExperiment, BiocStyle, rmarkdown, knitr, factoextra, vdiffr (>= 1.0.0), testthat

Reverse dependencies

Imports Me (3): MSnbase, omXplore, topdownr

Suggests Me (1): MsDataHub