Well Plate Fluorescence Analysis
A modular, config-driven Python package for analyzing time-course microwell plate fluroescence data.
This pipeline:
- Imports Excel (.xlsx) well plate data
- Cleans overflow values
- Converts from RFU to MEFL using fluorescein calibration (optional)
- Normalized fluroescence by optical density
- Averages technical replicates (optional)
- Generates publication-quality plots
- Exports processed CSV files
Designed for reproducible fluorescence analysis workflows.
Clone the repository:
git clone https://github.com/lucablipp/wellplate_analysis.git
cd wellplate_analysis
pip install .