-
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
correction: Acceptor Direct Excitation #5
Comments
@ncodina, direct acceptor excitation by the donor laser means: you can weakly excite the acceptor dye with the donor laser, the acceptor emission spectrum doesn't change. In other words, even though you can excite the acceptor with the donor laser, its emission spectrum only overlaps with the acceptor detection channel. The effect is signal in the acceptor channel even though you excite the donor. You don't get any signal in the donor channel! The coefficient One caveat, in FRETBursts, the coefficient If you know |
From @ncodina on February 9, 2017 17:0 @tritemio Thanks very much for the explanation! In the case with only donor excitation laser and Acceptor only sample, I get some signal in the donor channel. I understand that the acceptor does not emit in this range... do you know what this signal might be? Is it correct to compute Is there an example of how to apply: I tried using: thanks very much again! |
Donor signal may be any sort of autfluorescence from coverglass or impurities. Did you check the buffer? To compute To apply the I would not manually override The ability to apply |
@ncodina, I thought of an another (easier) approach for plotting corrected fret histograms using FRETBursts. Let say you have loaded a measurement in Ec = fretmath.correct_E_gamma_leak_dir(d.E[0], gamma, leakage, dir_ex_t) then add a new field to
note that you need to wrap Finally, plot the histograms with
With It accepts the same options as |
@ncodina did my answer clarifies your doubts? If yes I would close this. |
From @ncodina on February 8, 2017 22:26
Hi,
I want to ask for advise on how to correct for the acceptor direct excitation. We've observed than when we have a solution of only acceptor dye, exciting with the donor laser, we still detect photons in the donor and acceptor channel:
In the "smFRET" mode (with only one excitation laser), is FRETBursts correcting for direct excitation?
In "nsALEX" (PIE measurement), we've seen that is applied: na -= naa*dir_ex
Is it correct to measure
dir_ex
, as:(Acceptor-detector counts during Donor excitation) / (Acceptor-detector counts during Acceptor excitation)
in a sample of Acceptor only?
We've found this paper: Applying Corrections in Single-Molecule FRET
(http://biorxiv.org/content/early/2017/02/01/083287)
Could you explain me how to measure Dir from Definition 2?
Copied from original issue: tritemio#55
The text was updated successfully, but these errors were encountered: