A web-based tool for predicting MGO affinity using deep learning.
- Predict MGO affinity from SMILES strings
 - Process multiple compounds simultaneously
 - Interactive visualization of results
 - Export results in CSV format
 - Download prediction plots as SVG
 
- Clone the repository:
 
git clone https://github.com/labnams/DeepMGO.git
cd DeepMGO- Install using pip:
 
pip install -r requirements.txtDeepMGO/
├── DeepMGO_shiny.py
├── data/
│   └── descriptors/
│       ├── padel_columns.csv
│       └── feature_indices.csv
│   └── preprocessing/
│       └── minmax_scaler.pkl
└── Model/
    ├── DeepMGO.json
    └── DeepMGO.h5 
Run the application:
python DeepMGO_shiny.pyThe web interface will be available at http://localhost:8000 by default.
- SMILES strings: One per line (comments after # are ignored)
 - Concentrations: One per line (in µM)
 
If you use this tool in your research, please cite: [DeepMGO reference information]
MIT License Copyright (c) 2024 LabNams
- Dr. Aron Park (parkar13@gmail.com)
 - Prof. Seungyoon Nam (nams@gachon.ac.kr)
 
Dr. Aron Park (parkar13@gmail.com) Prof. Seungyoon Nam (seungyoon.nam@gmail.com)