This repository contains the workflow and results of a study to identify drugs structurally similar to prednisone for the treatment of Autoimmune Pancreatitis (AIP). AIP is a rare inflammatory condition that responds well to corticosteroid therapy. The goal of this project is to explore potential drug alternatives using computational tools like KNIME.
Prednisone, a synthetic corticosteroid, is commonly prescribed for managing AIP. Identifying structurally similar drugs can offer alternative therapeutic options and contribute to drug discovery efforts. This study employs 2D and 3D conformer analyses for this purpose.
- Data Source: PubChem database.
- Tools Used: KNIME for computational analysis, leveraging nodes for feature extraction, similarity scoring, and visualization.
- Analysis Methods:
- 2D Similarity: Tanimoto Coefficients.
- 3D Alignment: Root Mean Square Deviation (RMSD).
- Data Pre-processing:
- Molecule retrieval from PubChem.
- Conversion to standard formats (e.g., SMILES, SDF).
- Structural normalization.
- Feature Extraction:
- Calculation of 2D and 3D molecular descriptors.
- Similarity Analysis:
- Scoring based on Tanimoto (2D) and RMSD (3D).
- Visualization:
- Scatter plots and heatmaps for interpretability.
- Filtering:
- Shortlisting compounds with high similarity scores (e.g., Tanimoto > 0.8).
- 2D Similarity:
- Tanimoto Scores: 0.85, 0.90, 0.95, 1.00.
- 3D Similarity:
- RMSD Scores: 0.00, 0.25, 0.50, 0.75.
This project demonstrates the power of computational tools in identifying structurally similar drugs. By combining 2D fingerprint analysis with 3D spatial alignment, a well-rounded approach to molecular similarity evaluation was achieved. The findings provide insights into potential prednisone alternatives for AIP and pave the way for further research in drug discovery.
workflow/ and visualisation/: KNIME workflows for 2D and 3D analyses and scatter plots, heatmaps, including other graphical resultsdata/: Processed and raw datasets used in the study.results/: Summary tables of identified similar compounds.
- Clone this repository:
git clone https://github.com/ParthivRajesh/Drug-Similarity-Analysis-AIP.git
- Follow the instructions in the
workflow/README.mdto set up and execute the KNIME workflows. - Review the results and visualizations in their respective directories.