flipr-calcium-response-analysis
Overview
Languages: Python
Documentation
FLIPR Analysis Tool User Manual
Table of Contents
- Introduction
- Installation
- Getting Started
- Main Interface
- Loading Data
- Plate Layout Configuration
- Experiment Metadata
- Data Analysis
- Diagnostic Analysis
- Visualization
- Exporting Results
- Troubleshooting
Introduction
The FLIPR Analysis Tool is a specialized software application designed for analyzing calcium imaging data from FLIPR (Fluorometric Imaging Plate Reader) experiments. It provides a comprehensive suite of tools for data processing, visualization, analysis, and diagnostic evaluation of calcium responses in 96-well plate formats.
Key Features
- Interactive 96-well plate layout configuration
- Raw and ΔF/F₀ trace visualization
- Automated artifact removal
- Statistical analysis with multiple metrics
- Ionomycin normalization capability
- Comprehensive data export options
- Area Under Curve (AUC) analysis
- Time to peak measurements
- Direct import from FLIPR CSV output
- Experiment metadata tracking
- Diagnostic analysis for clinical applications
- Customizable quality control parameters
Installation
System Requirements
- Python 3.9 or later
- Required libraries:
- PyQt5
- pandas
- numpy
- pyqtgraph
- openpyxl
- matplotlib
Installation Steps
- Install Python from https://www.python.org/downloads/
- Install required packages using pip:
- Download and run the FLIPR Analysis Tool script
Getting Started
Initial Setup
- Launch the application
- Configure analysis parameters (Analysis → Parameters)
- Load your FLIPR data file
- Configure your plate layout before analysis
- Set up diagnosis parameters if perfor
[View full README on GitHub]