Skip to content

Latest commit

 

History

History
51 lines (24 loc) · 1.23 KB

File metadata and controls

51 lines (24 loc) · 1.23 KB

Project status: ON GOING

Skills: Data science, Python, Medicinal Chemistry

Cheminformatics - SERT Clustering methods project

Overview

The serotonin transporter (SERT) is a protein that transports the neurotransmitter serotonin from the synaptic cleft back into the presynaptic neuron. Inhibitors of SERT block this reuptake, increasing serotonin levels in the synaptic cleft. This makes SERT inhibitors interesting therapeutic targets for a variety of disorders, including depression, anxiety, and obsessive-compulsive disorder.

In this project I performed clustering methods on SERT ligand dataset from CheMBL using data science methodologies and as a preliminary step for future projects.

1. Setup

Python libraries used:

  • Pandas
  • RDkit
  • useful_rdkit_utils
  • datamol
  • Numpy
  • Scikit-learn
  • Seaborn
  • Matplotlib

you can install all this libraries on your personal python env or use colab to run the notebook.

2. Inputs

The complete data set for MAO-A was obtained from ChemMBL can be found here:

SERT data set

3. Actions made

1. Butina Clustering
2. K-means clustering and Silhouette score calculation