SPEQ: quality assessment of peptide tandem mass spectra with deep learning
This repository contains the source code for SPEQ, a tool for assessing the quality of peptide tandem mass spectra using deep learning.
This work has been published in the Bioinformatics journal: https://doi.org/10.1093/bioinformatics/btab874
Dependencies
The following dependencies are needed in order to use this tool:
SPEQ: quality assessment of peptide tandem mass spectra with deep learning
This repository contains the source code for SPEQ, a tool for assessing the quality of peptide tandem mass spectra using deep learning. This work has been published in the Bioinformatics journal: https://doi.org/10.1093/bioinformatics/btab874
Dependencies
The following dependencies are needed in order to use this tool:
Usage
To run the program, execute the SPEQ.py script using Python 3:
Data format
Input data:
Labels:
.tsvformat (MS-GF+ output) is used to generate the labels.config.ymlfile. The program uses 1% FDR threshold.labels.csvfile. It must have two columns:Title: Corresponds to the spectrum title in the MGF fileLabel: 0 (low quality) or 1 (high quality)