Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 1.33 KB

File metadata and controls

51 lines (25 loc) · 1.33 KB

Project status: ON GOING

Skills: Data science, Python, Medicinal Chemistry

Cheminformatics - SERT exploratory analysis 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 exploratory analysis 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
  • datamol
  • Numpy
  • 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. Search and cleaning of data
2. Labeling compounds according their activity
3. Converting IC50 (standard_value) to pIC50
4. Calculating 1D descriptors
5. Plot of descriptors and Mann-Whitney U test analysis