Skip to content

jm5159/AMPL-Tutorial

 
 

Repository files navigation

Test Image 1

The ATOM Modeling PipeLine (AMPL; https://github.com/ATOMconsortium/AMPL) is an open-source, modular, extensible software pipeline for building and sharing models to advance in silico drug discovery.

This repository contains a collection of experimental AMPL-COLAB tutorial notebooks.

0. Basic Google COLAB Introduction (Works best with Google Chrome)

  • Tutorial-00: Basic COLAB tutorial. For all the COLAB tutorials, click on the tutorial link, and then click on "Open in Colab" baner. You can open and run the notebook from the browser. If you want to save your edits to the notebook, you need to save a copy in your Google Drive. Usually, Google COLAB saves the notebook files under the "My Drive > Colab Notebooks" folder

1. Data Collection and creating Machine-Learning ready datasets:

The data that we collect for modeling is small-molecule/drug binding data. The following links will introduce some of the concepts and outcome measures related to this topic:

Data ingestion, merging, curation and featurization

Explore HTR3A binding data from ExCAPE-DB

Explore HTR3A binding data from Drug Target Commons database

Explore HTR3A binding data from ChEMBL database

  • Tutorial-04: (Mode: AMPL_GPU; Time: ~ 4 minutes) This COLAB notebook will use AMPL to upload datasets (small-molecule activity data from ChEMBL), clean, merge and do some basic Exploratory Data Analysis.

2. Model training and tuning:

Random Forest modeling to predict solubility (CPU)

  • Tutorial-05: (Time: ~ 2 minutes): Simple supervised learning example. AMPL will read the public data (117 chemical compounds), curate, fit a Random Forest model to predict solubility and test the model. For additional information on the dataset, please check this publication,https://pubmed.ncbi.nlm.nih.gov/15154768/ Delaney

Random Forest modeling to predict solubility (GPU)

  • Tutorial-06: (Mode: AMPL_GPU; Time: ~ 2 minutes): This AMBL-COLAB notebook uses example Tutorial-01 except AMPL in GPU mode (AMPL_GPU)

Graph Convolution modeling to predict SCN5A binding affinities (GPU)

  • Tutorial-07: (Mode: AMPL_GPU; Time: ~ 18 minutes): This COLAB notebook will use AMPL for predicting binding affinities -pIC50 values- of ligands that could bind to human Sodium channel protein type 5 subunit alpha protein (Gene: SCN5A) using Graph Convolutional Network Model. ChEMBL database is the data source of binding affinities (pIC50) Test Image 1

3. Creating and using metrics for analyzing model performance: (coming soon)

4. Hyper-parameter Optimization (coming soon)

5. Creating high-quality models (coming soon)

6. Exploring AMPL functions for saving models and loading prebuild models for prediction (coming soon)

7. Model Inference:

This notebook loads a model from a published work, https://arxiv.org/abs/2002.12541, and makes an inference with an example dataset, https://github.com/ravichas/AMPL-Tutorial/blob/master/BSEP_modeling.ipynb)

Similar chemoinformatics, drug-discovery software tools:

Chemoinformatics databases

Acknowledgements:

  • Amanda Paulson
  • Ben Madej
  • Da Shi
  • Hiran Ranganathan
  • Jonathan Allen
  • Kevin Mcloughlin
  • Ya Ju Fan

About

AMPL software tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.8%
  • Shell 1.2%
  • Python 1.0%