Common utilities for parsing and handling peptide-spectrum matches and search engine results.
Project description
Common utilities for parsing and handling peptide-spectrum matches and search engine results in Python.
About
Introduction
psm_utils is a Python package with utilities for parsing and handling peptide-spectrum matches (PSMs) and proteomics search engine results. It is mainly developed to be used in Python packages developed at CompOmics, such as MS²PIP, DeepLC, and MS²Rescore, but can be useful to anyone dealing with PSMs and PSM files. Moreover, it provides an easy-to-use CLI and web server to convert search engine results from one PSM file format into another.
Goals and non-goals
To provide an easy-to-use Python API for handling PSMs.
To provide a unified Python API to the plethora of proteomics search engine output formats that are in existence.
To follow community standards: psm_utils pragmatically adheres to the standards developed by the HUPO Proteomics Standards Initiative, such as ProForma 2.0 , the Universal Spectrum Identifier, and mzIdentML
To be open and dynamic: psm_utils is fully open source, under the permissive Apache 2.0 license. New reader and writer modules can easily be added, and we welcome everyone to contribute to the project. See Contributing for more information.
NOT to reinvent the wheel: Instead, psm_utils heavily makes use of packages such as pyteomics and psims that have existing functionality for reading and/or writing PSM files. psm_utils.io provides a unified, higher level Python API build on top of these packages.
Supported file formats
File format |
psm_utils tag |
Read support |
Write support |
---|---|---|---|
ionbot |
✅ |
❌ |
|
idxml |
✅ |
✅ |
|
msms |
✅ |
❌ |
|
msamanda |
✅ |
❌ |
|
mzid |
✅ |
✅ |
|
peprec |
✅ |
✅ |
|
pepxml |
✅ |
❌ |
|
percolator |
✅ |
✅ |
|
Proteome Discoverer MSF |
proteome_discoverer |
✅ |
❌ |
sage |
✅ |
❌ |
|
ProteoScape Parquet |
proteoscape |
✅ |
❌ |
tsv |
✅ |
✅ |
|
xtandem |
✅ |
❌ |
Legend: ✅ Supported, ❌ Unsupported
psm_utils online
psm_utils online is a Streamlit-based web server built on top of the psm_utils Python package. It allows you to easily retrieve proteomics PSM statistics for any supported PSM file type, and to convert search engine results from one PSM file format into another. Click the badge above to get started!
Installation
pip install psm-utils
conda install -c bioconda psm-utils
Full documentation
The full documentation, including a quickstart guide and Python API reference is available on psm_utils.readthedocs.io.
Citation
If you use psm_utils for your research, please cite the following publication:
psm_utils: A high-level Python API for parsing and handling peptide-spectrum-matches and proteomics search results.Ralf Gabriels, Arthur Declercq, Robbin Bouwmeester, Sven Degroeve, Lennart Martens.Journal of Proteome Research (2022). doi:10.1021/acs.jproteome.2c00609
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file psm_utils-0.8.2.tar.gz
.
File metadata
- Download URL: psm_utils-0.8.2.tar.gz
- Upload date:
- Size: 68.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b225f70caacccd6cec3838083fd6c3ff77052c4589e455bd789d900ec2f80baa |
|
MD5 | ea2fd343222ee192bbe67587bbf3bc25 |
|
BLAKE2b-256 | 538b42846f7ffa69eddf736ff3ad723e2122e0f792e7e06732133ae70c7691c6 |
File details
Details for the file psm_utils-0.8.2-py3-none-any.whl
.
File metadata
- Download URL: psm_utils-0.8.2-py3-none-any.whl
- Upload date:
- Size: 69.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e22f7d4e566b3d4ce060924407795da21694aa8f1cb43eb8fd1bf0a636f7cf7d |
|
MD5 | aca7f65a96e60e8e76ee23108de99a19 |
|
BLAKE2b-256 | 6f7b658ec6820f665f67661533d2c26101012ae1ebecfbc44ad7b6def41dbe26 |