A Streamlit app for comparing gene coordinate files in BED format.
- Python 3.12
- pybedtools
- streamlit
- matplotlib
python3 -m venv ~/bioenv
source ~/bioenv/bin/activate
pip install -r requirements.txt
streamlit run myResearch.pyUpload two BED files to compare gene coordinates.
This app was developed with guidance from Dr. Mary Lauren Benton at Baylor University. The enrichment analysis function was written by Mary Lauren Benton (2017).