Skip to content
forked from hcji/DeepEI

Predicting molecular fingerprint from electron−ionization mass spectrum with deep neural networks

License

Notifications You must be signed in to change notification settings

rnaimehaom/DeepEI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepEI

This is the repository of codes for the paper entitled "Predicting molecular fingerprint from electron−ionization mass spectrum with deep neural networks" (submit). This repository only contains the source codes without any data or pretrained models, due to the models were trained by NIST dataset.

We exported each mass spectrum file (msp file) and molecular file (sdf) from NIST 2017 manually and save to db file (see scripts/NIST2DB.py for codes), firstly. When training we retrieved information from the db file.

DeepEI contain two main parts: 1. Predicting molecular fingerprint from EI-MS (Fingerprint folder); 2. Predicting retention index from structure (retention folder). Each folder contains the codes for data pretreatment, model training and model selection.

Moreover, the scripts folder contains the scripts for convert NIST database to numpy object; the Discussion folder contains the scripts for evaluating the identification performance, and comparing with NEIMS package. The corresponding results are also included.

Contact: ji.hongchao@foxmail.com

About

Predicting molecular fingerprint from electron−ionization mass spectrum with deep neural networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • Jupyter Notebook 10.9%
  • R 0.9%