Description Usage Arguments Examples
This function calculates the fraction unfolded, equilibrium constants, and natural log of equilibrium constants from the native state to the denatured state. Afterwards, a plot of the fraction unfolded as a function of temperature is given.
1 | analyzeMelt(data, folded_temp, unfolded_temp, pch = 16, ...)
|
data |
list outputted from plotMelt function. |
folded_temp |
temperature, in celsius, where the biomolecule is assumed fully-folded. |
unfolded_temp |
temperature, in celsius, where the biomolecule is assumed fully-unfolded. |
pch |
the shape of the data points. |
... |
passing arguments to plot function. |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
protein <- importCD()
protein220nm <- plotCDMelt(protein, wavelength=220)
analyzeCDMelt(protein220nm, folded_temp=15, unfolded_temp=95)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.