View source: R/meltR.F.model.R
meltR.F.model | R Documentation |
Models data for a set of fluorescence binding isotherms given a enthalpy and entropy of folding. Assumes three replicates of quencher labeled strand concentration = 0, 1, 10, 50, 100, 150, 200, 250, 400, 600, 800, and 1000 nM with a constant concentration of 200 nM FAM. Generates isotherms from 20 to 80 degrees celcius with 0.5 degrees celcius steps. Models error using the rnorm function.
meltR.F.model(
H,
S,
fmax = 2,
fmin = 0.2,
FAM_error = 1,
BHQ1_error = 1,
Emission_SD = 0.05
)
H |
The enthalpy of folding in kcal/mol. |
S |
The entropy of folding in kcal/mol/K. |
fmax |
The approximate fluorescence maximum of the fluorophore labeled strand in its single stranded state |
fmin |
The approximate fluorescence minimum for the double stranded state where the fluorophore labeled strand is base paired with the quencher labeled strand. |
FAM_error |
The error in FAM concentrations |
BHQ1_error |
The error in BHQ1 concentrations |
Emission_SD |
The approximate experimental error for each emission reading. |
A dataframe containing the modeled data. Ready to feed into meltR.F.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.