-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct A excitation correction #2
Comments
The coefficient Historically, I first implemented See also this discussion. |
From @DanielisRutkauskas on May 30, 2017 20:0 Thank you for the reply. |
From a set of ALEX measurements you should definitely follow Lee at al. to compute gamma. As a first step you have to estimate leakage and direct excitation (d_aa coefficient). Then the gamma-fitting procedure also gives you beta which is the factor linking d_aa with dir_ex_t. So, with this procedure you can estimate also dir_ex_t that can in principle be used in non-ALEX measurements on the same samples. When you plot FRET or ALEX histograms you can apply all the corrections and visualize the corrected histogram (or not, it's your choice). For plotting, if you want to apply direct excitation correction you should correct the burst data using But beyond plotting, you probably want to obtain the corrected E (mean) for one or more populations. What I'm suggesting is simply fitting the RAW E_PR histogram instead of the corrected E histogram. Then, apply the formula to correct this fitted value and obtain E for the population of interest. I suggest this because applying the correction to the entire histogram (i.e. to the burst-level data) can distort the shape of the peaks and render fit less accurate (especially using Gaussian fit). |
From @DanielisRutkauskas on June 1, 2017 6:9 All right, I see what you mean. Thanks for additional clarifications. |
From @DanielisRutkauskas on May 30, 2017 9:27
Hi,
a question about the definition of the correction factor for direct excitation of acceptor with donor excitation.
Excerpts from the tutorial notebook:
d = loader.photon_hdf5(filename)
d.dir_ex = 0.04
What is the meaning of dir_ex - is it d according to Lee et al. and also dAA according to "Derivation of FRET and S correction formulas", or is it dT according to "Derivation of FRET and S correction formulas" and also dir_ex_t according to "FRET Correction Formulas" in the online manual?
Copied from original issue: tritemio#60
The text was updated successfully, but these errors were encountered: