Description Usage Arguments Value See Also
View source: R/fret_correct_signal.R
This function corrects the raw FRET signal by applying corrections for donor bleedthrough and acceptor direct excitation. See Hieb AR et al (2012) and Winkler DD et al (2012) for details.
1 | fret_correct_signal(data, output_directory = NULL)
|
data |
A dataframe containing the FRET data after avergaing over technical replicates. This dataframe must contain the following columns:
The output of |
output_directory |
An optional output directory name where to write corrected data in CSV files. This directory will be created if it does not already exist. |
A dataframe containing the corrected FRET signal. It contains three columns:
A unique name identifying each experiment (same as in the input data).
The ligand concentration in the titration series (same as in the input data).
The corrected FRET signal.
fret_average_replicates
to prepare a dataset for
use with fret_correct_signal
.
For details on the signal correction applied by fret_correct_signal
,
see:
Hieb AR et al (2012) Fluorescence Strategies for High-Throughput Quantification of Protein Interactions. Nucleic Acids Research 40 (5): e33 (doi:10.1093/nar/gkr1045) and
Winkler DD et al (2012) Quantifying Chromatin-Associated Interactions: The HI-FI System. In Methods in Enzymology pp 243–274. Elsevier (doi:10.1016/B978-0-12-391940-3.00011-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.