Biomod/2011/TUM/TNT/LabbookA/evaluation of TIRF data in Matlab: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==General Outline==
In order to analyze the acquired FRET movies and extract accurate FRET efficiencies, a homemade Matlab software was used.  
In order to analyze the acquired FRET movies and extract accurate FRET efficiencies, a homemade Matlab software was used.  


Line 4: Line 5:


Traces showing a donor as well as an acceptor signal were automatically extracted and afterwards manually selected for typical bleaching characteristics; I.e. bleaching of the acceptor is anticorrelated to increase in donor intensity and bleaching of the donor at last. This is necessary to determine background intensities, calculate the gamma factor and therefore obtain accurate FRET efficiencies. Hereby, intensity levels were extracted by fitting (multi-)step funtions.
Traces showing a donor as well as an acceptor signal were automatically extracted and afterwards manually selected for typical bleaching characteristics; I.e. bleaching of the acceptor is anticorrelated to increase in donor intensity and bleaching of the donor at last. This is necessary to determine background intensities, calculate the gamma factor and therefore obtain accurate FRET efficiencies. Hereby, intensity levels were extracted by fitting (multi-)step funtions.
==Calculating accurate FRET==
Background corrected intensity levels for the donor <math>I_D</math> and acceptor <math>I_{D\rightarrowA</math> when both dyes were still present were obtained as described above. The true energy transfer is then given by:
<math>E_t = \frac{I_{D\rightarrowA}}{I_{D\rightarrowA}+ \gamma \; I_D}</math>
where <math>\gamma</math> is used to correct for differences in efficiencies between donor and acceptor channel as well as for varying quantum yield.
It is calculated from the change in donor intensity <math>\DeltaI_D</math> and acceptor intensity <math>\DeltaI_{D\rightarrowA</math> as follows:
<math>\gamma = \frac{\DeltaI_{D\rightarrowA}{\DeltaI_D}</math>

Revision as of 08:08, 27 October 2011

General Outline

In order to analyze the acquired FRET movies and extract accurate FRET efficiencies, a homemade Matlab software was used.

The software automatically picks spots, based on user chosen thresholds and tracks them throughout the whole movie. It integrates a circular region of 5 pixel per spot in each frame and generates intensity traces. A mapping between the donor and acceptor detection channel was done to colocalize corresponding tracks.

Traces showing a donor as well as an acceptor signal were automatically extracted and afterwards manually selected for typical bleaching characteristics; I.e. bleaching of the acceptor is anticorrelated to increase in donor intensity and bleaching of the donor at last. This is necessary to determine background intensities, calculate the gamma factor and therefore obtain accurate FRET efficiencies. Hereby, intensity levels were extracted by fitting (multi-)step funtions.

Calculating accurate FRET

Background corrected intensity levels for the donor [math]\displaystyle{ I_D }[/math] and acceptor [math]\displaystyle{ I_{D\rightarrowA }[/math] when both dyes were still present were obtained as described above. The true energy transfer is then given by:

[math]\displaystyle{ E_t = \frac{I_{D\rightarrowA}}{I_{D\rightarrowA}+ \gamma \; I_D} }[/math]

where [math]\displaystyle{ \gamma }[/math] is used to correct for differences in efficiencies between donor and acceptor channel as well as for varying quantum yield. It is calculated from the change in donor intensity [math]\displaystyle{ \DeltaI_D }[/math] and acceptor intensity [math]\displaystyle{ \DeltaI_{D\rightarrowA }[/math] as follows:

[math]\displaystyle{ \gamma = \frac{\DeltaI_{D\rightarrowA}{\DeltaI_D} }[/math]