GeneChain is a bioinformatics project that helps users explore detailed information about specific genes, including:
- π Gene details (e.g., function, pathways)
- π Medicines associated with the gene
- π¦ Diseases linked to the gene
- π§ͺ Other genes related to or interacting with the input gene
This tool is useful for researchers, healthcare developers, and anyone interested in genomics and precision medicine.
- Search a gene using its ID (e.g., from KEGG)
- Fetch associated diseases and syndromes
- Get recommended or related drugs
- Display similar or related genes from the same pathway or network
- Store and reuse pathway objects for faster querying
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Flask
- Database: SQLite3
- Data Source: KEGG REST API
- Libraries: requests, json, and bioinformatics utilities
- **Start the application: python app.py
- **Open your web browser and navigate to:http://localhost:5000
Here are some useful KEGG API endpoints used by the application: