Peak Explorer is a Streamlit app for exploring MINT peak output interactively. It lets you inspect the distribution of peak area values for a selected compound and compare chromatograms across samples in the same view.
- Upload
.csvor.parquetMINT output files - Fall back to the bundled
results_backup.csvexample dataset - Select a compound and compare one or more samples
- View peak area distribution alongside chromatogram traces
- Preview the loaded dataset directly in the app
The app expects these columns:
peak_labelms_file_labelpeak_areapeak_area_top3peak_maxscan_timeintensity
Install dependencies:
pip install -r requirements.txtStart the app:
streamlit run run.pyscan_timeandintensityare expected to contain list-like values for chromatogram plotting.- If no file is uploaded, the app loads
results_backup.csvautomatically.
