fret-ibra

FRET-IBRA is used to process fluorescence resonance energy transfer (FRET) intensity data to produce ratiometric images for further analysis


Keywords
opencv, background, subtraction, DBSCAN, clustering, FRET, imaging, ratiometric
License
BSD-3-Clause
Install
pip install fret-ibra==0.1.0

Documentation

FRET - Image Background-subtracted Ratiometric Analysis (FRET - IBRA)

FRET - IBRA is a toolkit to process fluorescence resonance energy transfer (FRET) intensity data to produce ratiometric images for further analysis. This toolkit contains modules for the background subtraction (using an algorithm based on tiled DBSCAN clustering), image registration, overlap correction, and bleach correction of the donor and acceptor channels. It accepts multi-image TIFF stacks as input and outputs both multi-image TIFF and HDF5 stacks for possible further analyses, along with frame-by-frame metrics to estimate quality. The background subtraction algorithm works best on images with a small number of cells visible in the frame.

Installation

Use the package manager pip.

pip install fret-ibra

Additional requirements: ffmpeg

Usage

Usage: ibra -c <config file> [Options]
Options: -t   Output TIFF stack
         -v   Print progress output (verbose)
         -s   Save as HDF5 file
         -a   Save background subtraction animation (only background module)
         -e   Use all output options
         -h   Print usage

Examples

Acceptor channel input image

YFP

Donor channel input image

CFP

Ratiometric output image (8-bit)

Processing includes:

  • Background subtraction for both channels
  • Image registration
  • Overlap correction
  • Bleach correction

Ratio

A detailed explanation of the toolkit can be found here: Tutorial