** Please use our latest version FLIMPA (v1.3.2) **
FLIMPA is an open-source software designed for the phasor plot analysis of raw Time-Correlated Single Photon Counting (TCSPC) Fluorescence Lifetime Imaging Microscopy (FLIM) data.
To run the software, please download the executable (.exe) file. Currently, the .exe file runs only on Windows computers.
FLIMPA: A Versatile Software for Fluorescence Lifetime Imaging Microscopy Phasor Analysis, published in Analytical Chemistry
Sofia Kapsiani, Nino F Läubli, Edward N. Ward, Mona Shehata, Clemens F. Kaminski, Gabriele S. Kaminski Schierle
Molecular Neuroscience Group and Laser Analytics Group (University of Cambridge)
[FLIMPA (1.3.2)
] [paper
] [user manual (PDF)
] user manual (PowerPoint)
] [citation
]
- Phasor plot generation and analysis
- Fluorescence lifetime and intensity map visualisation (individual per image)
- ROI selection
- Gallery plots of fluorescence lifetime and intensity maps
- Violin plot analysis
- Table of mean fluorescence lifetime values per image
FLIMPA can be easily run on Windows using the .exe file. Alternatively, you can clone the GitHub repository and run the software following these steps:
-
Download the repository
git clone https://github.com/SofiaKapsiani/FLIMPA.git cd FLIMPA
-
Create and activate a virtual environment
conda create --name flimpa_env python=3.11 -y conda activate flimpa_env
-
Install the required packages
pip install -r requirements.txt
-
Run the software
python main.py
For detailed information please refer to our online user manuals (PDF & PowerPoint).
FLIMPA currently accepts .sdt
, .ptu
, and .tif
file formats for phasor plot analysis. To ensure accurate results, a reference file with a known lifetime (such as a sample of Rhodamine 6G or Erythrosin B) is required to correct for instrumental errors.
For best results, we recommend using files with spatial dimensions up to 512 × 512. Files with spatial dimensions exceeding 1000 × 1000 can be analysed but may cause memory allocation errors in Python and significantly reduce analysis speed.
Importing
.tif
filesPlease ensure that your
.tif
data is in the format(time, x, y)
. When loading your data, you will be prompted to enter thebin width
(in nanoseconds), which is essential for accurate analysis.If the exact bin width is unknown, FLIMPA provides an estimate option, calculated as:
(1 / (Instrument Frequency (in Hz) * Number of Bins)) * 10^9
However, this estimate may be inaccurate depending on your data acquisition settings.
The software can be tested using the .sdt
files provided in the sample_data
folder. These sample data were used in our publication and involve COS-7 cells stained with SiR-tubulin, treated with 40 µM of Nocodazole. Control data are also included, consisting of images of untreated cells.
There are three different options for importing the data:
- Import raw data
- Import raw data and assign experimental conditions (e.g treated vs untreated)
- Import raw data with manually created masks (currently masks should be created using different software for example FLIMFit)
Example: Importing Raw Data and Assigning Experimental Conditions
Please note that FLIMPA currently only accepts single files and does not support the analysis of time-lapse data.
To run the phasor plot analysis, the following parameters need to be specified:
Laser Frequency
(in MHz)- Upload a
Reference File
Reference File Lifetime
(in ns)Number of Time Bins
(default: 3x3)Minimum Photon Count Threshold
(optional, at least 100 p.c. per pixel recommended)Maximum Photon Count Threshold
(optional)
Note: The reference file is shown only to confirm it was loaded correctly and will not be analyzed. Please do not load sample data with the same name as the reference file.
Example: Importing Reference file, setting minimum photon counts threshold and running the analysis
FLIMPA enables to visualisation of phasor plots from single images and combined plots from multiple samples. Additionally three different phasor visualisation options: scatter
plots, histograms
and contour
maps.
FLIMPA also allows users to export all generated data. This includes:
- Lifetime and Intensity Maps: Exported as
.png
and raw.tif
files. - Gallery Visualisations: Lifetime and intensity galleries exported as
.png
files. - Phasor Plots and Violin Plots: Saved with a transparent background.
- Statistical Data: A
.csv
file containing the mean fluorescence lifetime per image can be exported for further statistical analysis.
If you found FLIMPA helpful for your data analysis, please consider citing our work! 😊
@article{kapsiani2024flimpa,
title={FLIMPA: A versatile software for Fluorescence Lifetime Imaging Microscopy Phasor Analysis},
author={Kapsiani, Sofia and Läubli, Nino F and Ward, Edward N and Shehata, Mona and Kaminski, Clemens F and Kaminski Schierle, Gabriele S},
journal={Analytical Chemistry},
year={2024},
publisher={ACS Publications}
}