Gene2Function is a modular, multi-page, Streamlit-based bioinformatics tool that takes gene IDs or symbols as input and provides predicted functional annotations, associated pathways, and potential disease links. Built for speed and usability, this app empowers researchers to quickly extract and explore gene-level biological insights.
β
Now supports scroll navigation, multi-page interface, and interactive plots for GO terms and pathways!
- π Input single gene
- π§ Returns predicted:
- Gene function
- Pathway associations (KEGG, Reactome, WikiPathways, etc.)
- GO terms: Biological Process, Molecular Function, Cellular Component
- Cross-references: Entrez, UniProt, PharmGKB, Taxonomy ID
- Disease enrichment (coming soon via DisGeNET)
π Visualizations (NEW)
- Interactive pie charts for GO terms and pathway database distribution.
- Per-plot customization controls (height, font, colors).
- View Top 10 GO terms for better interpretability. π Gene Function Table (Enhanced)
- Dual display:
- β Clickable HTML table for enriched info. -β Filterable Streamlit table for clean, interactive exploration.
- CSV export and preview options included.
- π Scroll to Top/Bottom buttons for seamless navigation in long tables. ποΈ UI & Navigation (NEW)
- Multi-page app with:
- main.py: Gene search + plots
- pages/1_Gene_Table.py: Full annotation table
- Streamlit sidebar collapsed by default for a cleaner view.
- "View Gene Table" navigation button. π Modular & Expandable Codebase
- Built for flexibility: Easily integrate APIs, visualization libraries, or ML models.
- Python 3.10
- Streamlit
- Biothings API
- Pandas, Requests
- DisGeNET (βοΈ integration coming soon)
- 𧬠Organism-agnostic annotation via UniProt cross-references
- π Add heatmaps, network plots, and advanced charts
- π€ AI integration with GPT/BioBERT for intelligent annotation
- π Use external enrichment tools (e.g., Enrichr, Harmonizome)
# Clone the repository
git clone https://github.com/jkbomics/Gene2Function.git
cd Gene2Function
# Create and activate a conda environment
conda create -n gene2func python=3.10 -y
conda activate gene2func
# Install cmake manually to avoid pyarrow installation issues
pip install cmake
# Install all required Python packages
pip install -r requirements.txt
# Run the Streamlit app
streamlit run app/main.py
π‘ Note: If you encounter an error related to pyarrow, ensure that cmake is installed prior to installing other dependencies.
Helga Jenifer M
LinkedIn
Freelance Bioinformatician | AI in Bioinformatics Enthusiast