EasyPQP: Simple library generation for OpenSWATH
Project description
EasyPQP: Simple library generation for OpenSWATH
EasyPQP is a Python package that provides simplified and fast peptide query parameter generation for OpenSWATH. It can process input from MSFragger, Sage or other database search engines in pepXML/idXML/tsv format. Statistical validation can be conducted either using PyProphet or PeptideProphet/iProphet. Retention times and ion mobilities are calibrated using an internal or external standard. In addition to a cumulative library, run-specific libraries are generated for non-linear RT alignment in OpenSWATH. For generation of PTM specific libraries that utilizes a unimod.xml database, you can further restrict the unimod.xml database file for modifications and site-specificities of interest. It also supports in-silico library generation.
Installation
We strongly advice to install EasyPQP in a Python virtualenv. EasyPQP is compatible with Python 3.
Install the development version of easypqp from GitHub:
$ pip install git+https://github.com/grosenberger/easypqp.git@master
Full Installation
To install all optional features:
$ pip install easypqp[all]
This will install the easypqp_rs package, which provides the in-silico library generation feature and pyprophet for statistical validation.
Running EasyPQP
EasyPQP is not only a Python package, but also a command line tool:
$ easypqp --help
or:
$ easypqp convert --help
$ easypqp convertpsm --help
$ easypqp convertsage --help
$ easypqp library --help
$ easypqp insilico-library --help
$ easypqp reduce --help
$ easypqp filter-unimod --help
$ easypqp openswath-assay-generator --help
$ easypqp openswath-decoy-generator --help
$ easypqp targeted-file-converter --help
Generating an In-Silico Library
The in-silico library generation feature is included if you installed EasyPQP with the [all] or [rust] extras (to install the easypqp_rs package).
To generate an in-silico library, you can use the insilico-library command. For example:
$ easypqp insilico-library --fasta your_proteome.fasta --output_file insilico_library.tsv
For more information on the parameters and JSON configuration file, see the Configuration Reference
[!NOTE] If no
retention_time,ion_mobility, orms2_intensityfields are provided underdl_feature_generatorsin the config, pretrained models will be automatically downloaded and used. The current default pretrained models used are:
- RT:
rt_cnn_tf- A CNN-Transformer model trained on the ProteomicsML repository RT dataset. This model is based on AlphaPeptDeep's CNN-LSTM implementation, with the biLSTM replaced by a Transformer encoder.- CCS:
ccs_cnn_tf- A CNN-Transformer model trained on the ProteomicsML repository CCS dataset. This model is also based on AlphaPeptDeep's CNN-LSTM implementation, with the biLSTM replaced by a Transformer encoder.- MS2:
ms2_bert- A BERT-based model retreived from AlphaPeptDeep's pretrained models.
If you want just a standalone portable rust binary, you can download one from the easypqp-rs releases page.
Docker
EasyPQP is also available from Docker (automated builds):
Pull the development version of easypqp from DockerHub (synced with GitHub):
$ docker pull grosenberger/easypqp:latest
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easypqp-0.1.56.tar.gz.
File metadata
- Download URL: easypqp-0.1.56.tar.gz
- Upload date:
- Size: 240.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f96cc90fda084c43f06d79a3b2611f445cc21da4924d65bc8d23453dc4a72cf
|
|
| MD5 |
dd240e920f0a166e3faf7b014b8a8762
|
|
| BLAKE2b-256 |
7022c62841645de4f9c9680fe8fb361eb9d4cf8c1d640501e1e57d5dd9883fcb
|
File details
Details for the file easypqp-0.1.56-py3-none-any.whl.
File metadata
- Download URL: easypqp-0.1.56-py3-none-any.whl
- Upload date:
- Size: 250.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9319e73aca03c4bec9c39450d610d317428fefa2af122dab35da65bf37ac988a
|
|
| MD5 |
4a66fc35f46f925c4bdd4b1fe82f0cc0
|
|
| BLAKE2b-256 |
690785a3735f499be3bbd603f950e12c11bd9ea220f7437466aaeedb1f6aed82
|