A repository for scripts to generate study distribution visualizations of the RADx Data Hub
This project provides an interactive Jupyter Notebook for creating bar charts based on various aspects of study data, including:
- Study Populations Focus
- Data Collection Methods
- Study Domains
- Study Design
Make sure you have the following installed:
- Python (version 3.8 or higher)
- Jupyter Notebook or Jupyter Lab
git clone https://github.com/bmir-radx/study-distribution-charts.git
cd study-distribution-charts
jupyter notebook
You will need the following Python packages:
pandas
matplotlib
You can install them using:
pip install pandas matplotlib
Open and run the notebook file.