A proteomics search engine for LC-MS1 spectra.
Project description
ms1searchpy - a proteomics search engine for LC-MS1 spectra
The .tsv (or mzML) and .fasta files are required for basic operation of the script. tsv file is tab-separated text file with peptide features generated by Dinosaur software (J.Teleman et al., “Dinosaur: A Refined Open-Source Peptide MS Feature Detector”, JPR 2016) from mzML file. This file can be generated by any other software for peak-picking and must contain columns ‘massCalib’, ‘rtApex’, ‘charge’ and ‘nIsotopes’ columns. For a сonvenient usage, mzML files can be used directly and the script will run an attached version of Dinosaur (installed Java is required). For an efficient usage of retention time, user can install and use ELUDE prediction algorithm (-elude path_to_elude_binary should be used in parameters).
Algorithm can be run with following command:
python search.py path_to_MZML -d path_to_fasta
OR
python search.py path_to_peptideFeatures -d path_to_fasta
The script output contains files: all identified proteins (filename_proteins_full.csv), filtered proteins (filename_proteins.csv), all matched peptide match fingerprints (filename_PFMs.csv).
Citing ms1searchpy
Ivanov et al. MS/MS-Free Protein Identification in Complex Mixtures Using Multiple Enzymes with Complementary Specificity. doi: 10.1021/acs.jproteome.7b00365
Installation
Using the pip:
pip install ms1searchpy
Dependencies
pyteomics
numpy
scipy
sklearn
Links
GitHub repo & issue tracker: https://github.com/markmipt/ms1searchpy
Mailing list: markmipt@gmail.com
Dinosaur repo: https://github.com/fickludd/dinosaur
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 Distributions
Built Distribution
File details
Details for the file ms1searchpy-1.1.8-py3-none-any.whl
.
File metadata
- Download URL: ms1searchpy-1.1.8-py3-none-any.whl
- Upload date:
- Size: 13.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4431c06044740dc37eb0259aea5d69a57a9d0ebeb37d95102e018664385e1aab |
|
MD5 | 4026db6903ec6e11648f52c66278029f |
|
BLAKE2b-256 | 5c39e9cb9dbda7a652075b87921290e498b9784795a1801ca59a736b401c011a |