Gene → Mutations → Disease → Drug → Clinical Trial Discovery Platform → AI powered Literature Summary
Gene2Trials Navigator is an AI-powered bioinformatics platform designed to bridge the gap between genomic information and therapeutic discovery.
Given a single gene of interest, the platform integrates multiple biomedical databases to identify:
- 🧬 Gene Mutations
- 🦠 Associated diseases
- 💊 Potential drug candidates
- 🧪 Clinical trial evidence
- 📚 Supporting biomedical literature
The goal is to accelerate early-stage drug discovery and biomedical research by providing a unified, single-search, gene-to-therapy exploration workflow.
Gene
↓
Gene Mutations
↓
Disease Association
↓
Drug Candidates
↓
Clinical Trials
↓
Scientific Literature
↓
AI-Assisted Interpretation
Accepts a gene symbol (e.g. TP53), converts it into an Ensembl identifier, and retrieves biological target information.
Powered by: OpenTargets Platform
Provides mutation-level details for the selected gene, including known variants, mutation types, and their clinical/functional significance.
Identifies diseases associated with the selected gene, along with disease identifiers and association evidence scores.
Example — TP53:
TP53
→ Breast Cancer
→ Acute Myeloid Leukemia
→ Glioblastoma
→ Other cancer-related diseases
Retrieves therapeutic candidates linked to the gene via biomedical databases.
Gene
↓
OpenTargets Drug Associations
↓
Drug Candidates
↓
Clinical Development Stage
Integrates clinical trial information, including trial identifiers, study phases, trial status, and therapeutic evidence.
Source: ClinicalTrials.gov API
AI research summaries include:
- Biomedical NLP
- Literature summarization
- Research evidence explanation
Programming: Python
Bioinformatics: Computational Biology · Genomics · Drug Discovery · Biomedical Data Analysis
APIs & Databases
| Database | Purpose |
|---|---|
| OpenTargets | Gene–Disease–Drug associations |
| ChEMBL | Drug information |
| ClinicalTrials.gov | Clinical trial evidence |
| PubMed | Biomedical literature |
Machine Learning / AI: NLP · Large Language Models · Biomedical Information Retrieval
Application Development: Streamlit · FastAPI · Pandas · Requests
Gene2Trials/
│
├── app.py
├── requirements.txt
├── README.md
│
├── images/
│ ├── hero_banner.png
│ ├── architecture.jpg
│ ├── workflow.jpg
│ ├── gene_tab.png
| ├── mutations.png
│ ├── disease.png
│ ├── drugs.png
│ ├── trials.png
│ └── ai_summary.png
│
└── utils/
├── mutations.py
├── drugs.py
├── diseases.py
├── trials.py
└── literature.py
# Clone the repository
git clone https://github.com/Bano733-code/Gene2Trials.git
# Navigate into the project
cd Gene2Trials
# Install dependencies
pip install -r requirements.txt
# Run the application
streamlit run app.py- OpenTargets Platform
- ChEMBL Database
- ClinicalTrials.gov
- PubMed
- AI-based drug ranking system
- Drug repurposing prediction
- Multi-omics integration
- Protein structure-based analysis
- Personalized medicine insights
Bano Rani Bioinformatics Student
Research Interests: AI for Drug Discovery · Computational Biology · Genomics · Precision Medicine
This project builds upon open biomedical databases and computational biology resources that enable data-driven therapeutic discovery.
This project is intended for academic and research purposes.






