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
| Maintainer | Laurent Gatto <laurent.gatto@uclouvain.be> |
| Author | Laurent 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>) |
| License | Artistic-2.0 |
| URL | https://github.com/RforMassSpectrometry/PSM |
| Bug Reports | https://github.com/RforMassSpectrometry/PSM/issues |
| Downloads rank | 3364 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, 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