This is the code for the website application hosted at [https://clo.life.bsc.es]
The Hepatoblastoma Classifier is a web application developed using Python, Dash, and Flask. It classifies hepatoblastoma samples based on gene expression data.
- Clone the repository:
git clone https://github.com/gprolcastelo/HB_app.git
- Navigate to the project directory:
cd hepatoblastoma-classifier
- Install the required dependencies:
pip install -r requirements.txt
You can run the application hosted at [https://clo.life.bsc.es]. Otherwise you can run it locally following these steps:
- Run the application:
python main.py
- Open your web browser and go to
http://localhost:8050
.
- Upload gene expression data in Excel format.
- Classify samples based on gene expression.
- Download classification results.
This project is licensed under the Apache license 2.0. See the LICENSE file for details.