Skip to content

> Statistical analysis of aromatase inhibitors using Python, RDKit, and ChEMBL. Includes Mann–Whitney U Tests on LogP, Molecular Weight, H-bond properties, and pIC50 with visualizations.

Notifications You must be signed in to change notification settings

mike3119/https-github.com-mike3119-Aromatase

Repository files navigation

Aromatase Inhibitor Statistical Analysis

This repository explores statistical analysis of aromatase inhibitor compounds using Python and cheminformatics tools.
The project applies the Mann–Whitney U Test to compare molecular properties of compounds, focusing on features relevant to drug-likeness and bioactivity.


📂 Project Contents

  • aromatase.ipynb
    Jupyter Notebook containing:
    • Dataset preparation (compounds retrieved from ChEMBL)
    • Calculation of molecular descriptors:
      • LogP
      • Molecular Weight (MW)
      • Number of Hydrogen Bond Acceptors
      • Number of Hydrogen Bond Donors
      • pIC50 values
    • Mann–Whitney U Test applied to compare distributions of these features between compound groups
    • Visualization of statistical results

🛠 Tools & Libraries Used


🚀 How to Run

  1. Clone this repository:
    git clone https://github.com/mike3119/https-github.com-mike3119-Aromatase.git
    cd https-github.com-mike3119-Aromatase
    
  2. Install dependencies:

pip install rdkit pandas matplotlib seaborn scipy

  1. Open the notebook:

jupyter notebook aromatase.ipynb


📊 Example Analyses

LogP Distribution: Compare lipophilicity of active vs inactive compounds

MW Distribution: Assess molecular size trends

H-Bond Acceptors/Donors: Compare hydrogen bonding capacity

pIC50: Evaluate bioactivity and potency

Mann–Whitney U Test Results: Statistical significance of property differences


🎯 Project Goal

To investigate how key molecular descriptors differ between compound groups of aromatase inhibitors, using statistical hypothesis testing as a tool for cheminformatics-driven drug discovery insights.


👤 Author

Michael Hemen

B.Sc. Chemistry

PGD in Drug Analysis, Pharmaceutical Chemistry (University of Ibadan)

Open to internships and collaborations in bioinformatics, cheminformatics, and computational drug discovery.

About

> Statistical analysis of aromatase inhibitors using Python, RDKit, and ChEMBL. Includes Mann–Whitney U Tests on LogP, Molecular Weight, H-bond properties, and pIC50 with visualizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published