Skip to content

KevinMcDonnell6/MSencoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CNN-GNN for MS ion encoding

All de novo peptide identification algorithms use machine leanrning to encode spectrum ions in a bid to identify the underlying amino acid sequence. Here we present a CNN-GNN hybrid model for encoding spectrum ions. The model as presented can be used to identify peptide ions in MS spectra but can be modified for inclusion into a de novo peptide sequencing algorithm.

How to run:

To train a model, edit the path to the training and validation files and run the following:

python run_graph_model.py --logging_dir <training_directory> --org <organism_type>

To predict the b-ions and y-ions in the spectra, edit the path to the test file and run the following:

python test_graph_model.py --logging_dir <training_directory> --org <organism_type>

About

CNN-GNN encoder for tandem MS spectra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages