/gene-searcher

Primary LanguagePythonMIT LicenseMIT

gene-searcher

GitHub Releases badge MIT license badge GitHub Actions workflow CI badge GitHub Actions workflow Release badge

Web application to collect and summarize gene information from target databases

Features

  • Search gene information from target databases by gene name, Ensembl ID, and so on.
  • Show summary information of the gene
  • Visualize gene expression data
  • Download gene expression data as CSV file

Target databases

Setup

Install Python 3.11.7

Official installer is here

Install Poetry

pip install poetry

Install dependencies

poetry install

Run

Run the following command and open http://localhost:8501/ on your browser.

streamlit run app/main.py