RNA-FRETools / MASH-FRET

MATLAB package to analyze single-molecule FRET data
https://rna-fretools.github.io/MASH-FRET/
GNU General Public License v3.0
8 stars 2 forks source link

Question about analysis with MASH-FRET #135

Closed snguyen49 closed 4 months ago

snguyen49 commented 4 months ago

Hi Melodie,

I was wondering why the program does not let me put in a direct excitation value. Is there something I am supposed to do to enable this?

image

Many Thanks, Sydney Nguyen

mca-sh commented 4 months ago

Hi Sydney,

In the doc you can see that to correct for direct excitation, you need the signal of an emitter upon specific ($ex_0$) and unspecific ($ex \neq ex_0$) laser excitation wavelengths.

Because direct excitation is not available, my guess is that in your experiment settings:

  1. only one laser is defined (continuous excitation), or
  2. multiple laser wavelengths are defined (alternating laser excitation) but none is defined as the emitter's specific excitation wavelength (ex: red laser specific to acceptor).

If it is not the case, then something is wrong with the software and I need to correct for it.

Best, Mélodie

snguyen49 commented 4 months ago

We are using the typical smFRET format with one laser in continuous excitation. Does that mean that it is supposed to be like this? I had originally thought these values were something I had to calculate manually and apply in MASH-FRET separately for all scenarios.

mca-sh commented 4 months ago

The thing is that by convention, the direct excitation is considered to be a non-null acceptor signal collected upon donor excitation (let's say the green laser) in absence of FRET. This happens only because the green laser wavelength is overlapping with the absorption spectrum of the acceptor dye (which ideally should not). In MASH, to remove this unwanted contribution to the acceptor signal, we use the direct excitation coefficient $DE$ that you calculate from data showing acceptor-only molecules alternatively excited with donor- (green laser) and acceptor-specific (red laser) excitation wavelength, using the formula: $$DE{acc}^{green}=\frac{I{acc}^{green}}{I{acc}^{red}}$$ where $I{acc}^{green}$ is the acceptor signal collected upon donor-specific excitation and $I{acc}^{red}$ upon acceptor-specific excitation. The coefficient $DE{acc}^{green}$ is then used in your regular data showing molecules with both donor and acceptor dye labels to correct the acceptor signal from this unwanted contribution using the formula: $$\left( I{acc}^{green} \right)^*=I{acc}^{green}-DE{acc}^{green} \times I{acc}^{red}$$ You see here that, to correct for direct excitation of the acceptor by the green laser, you need data alternatively recorded upon the green ($I{acc}^{green}$) and red laser ($I{acc}^{red}$). If one of this data is missing, the correction is not available. In your case, your experiment is performed under continuous excitation, meaning that one of these two signal is missing. Therefore, the direct excitation correction is not available and the acceptor signal can not be corrected for direct excitation. This means that your FRET values will be slightly overestimated.

Continuous-wavelength excitation experiments suffer from other correction bias (like gamma- correction) and are usually not used for accurate FRET determination. To obtain accurate FRET values, you need to use alternating laser excitation in your experiments.

I hope this is clear, otherwise don't hesitate to ask for precisions.

Best, Mélodie

snguyen49 commented 4 months ago

Ah, that makes a lot more sense. Thank you!


From: Mélodie Hadzic @.> Sent: Monday, May 27, 2024 2:48 AM To: RNA-FRETools/MASH-FRET @.> Cc: Sydney Nguyen @.>; Author @.> Subject: Re: [RNA-FRETools/MASH-FRET] Question about analysis with MASH-FRET (Issue #135)

Hi Sydney,

In the dochttps://rna-fretools.github.io/MASH-FRET/trace-processing/workflow.html#cross-talk-correction you can see that to correct for direct excitation, you need the signal of an emitter upon specific ($ex_0$) and unspecific ($ex \neq ex_0$) laser excitation wavelengths.

Because direct excitation is not available, my guess is that in your experiment settingshttps://rna-fretools.github.io/MASH-FRET/tutorials/set-experiment-settings/import-video.html#lasers:

  1. only one laser is defined (continuous excitation), or
  2. multiple laser wavelengths are defined (alternating laser excitation) but none is defined as the emitter's specific excitation wavelength (ex: red laser specific to acceptor).

If it is not the case, then something is wrong with the software and I need to correct for it.

Best, Mélodie

— Reply to this email directly, view it on GitHubhttps://github.com/RNA-FRETools/MASH-FRET/issues/135#issuecomment-2132758890, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BCCRYBHPHRI4HEQM5W4EYJ3ZELJKTAVCNFSM6AAAAABIJ746JSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSG42TQOBZGA. You are receiving this because you authored the thread.Message ID: @.***>

CAUTION: This email was sent from someone outside of the university. Do not click links or open attachments unless you recognize the sender and know the content is safe.

mca-sh commented 4 months ago

You are welcome! I will close this issue now. Don't hesitate to ask more questions. Best, Mélodie