This tool is designed to visualize dataset from the study of the effect of straw treatments on the microbial community in the soil. It is built using Streamlit, pandas, numpy, plotly, and matplotlib. Clustering and data transformation are done using pandas, numpy and k-prototypes algorithm.
The application is divided into sections:
- Bacteria Data View
- Bacteria Data Visualization charts
- Fungi Data View
- Fungi Data Visualization charts
- Experimental visualization chart to visualize binary data
- Clone the repository to your local machine.
- Navigate to the project directory.
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On Unix or MacOS:
source venv/bin/activate
- On Windows:
- Install the required packages:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run Home.py
You can access the deployed version of the app at: Deployed App URL
- The graphs represnting the years distribution
- Add code snippets for explaining examples on data cleaning
If you use this tool in your research, please cite it as follows:
Abdelaal. (2024). META-Gen Visualization Tool (Version 1.0) [Software]. Zenodo. https://doi.org/10.5281/zenodo.10794898