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:
- The package manual
package
for a general overview of the main concepts tackled by the
PSMatch
package. - The Working with PSM
data
vignette to learn about the
PSM
to read and filter peptide-spectrum matches. - The Understanding protein groups with adjacency matrices vignette to learn about adjaceny matrices and connected components to explore and manage protein groups.
- The MS2 fragment ions vignette to calculate and visualise MS2 fragment ions.
To install the package from Bioconductor, make sure you have the
BiocManager
package, available from CRAN, and then run
BiocManager::install("PSMatch")
Code in this package is partly composed of functions ported from
MSnbase
with the goal to (1)
make them more general and (2) integrate them with the R for Mass
Spectrometry
infrastructure.