A Streamlit-based dashboard for visualizing and exploring DiaNN QC outputs (report.stats.tsv).
- 📊 Trend plots of QC metrics (e.g., run time, precursors)
- 🖼️ Embedded per-sample QC plots
- 🔍 Filtering by raw file name
- 🚀 Deployable via Streamlit Community Cloud
- Clone this repo
- Place all your
report.stats.tsvoutputs inresults/SampleX/report.stats.tsv - Generate QC plots:
python generate_qc_plot.py ./results- Launch the dashboard:
streamlit run diann_qc_dashboard.pyYou can deploy this on Streamlit Cloud for free.