analyzeMelt: Calculation of Fraction Unfolded from Native to Denature...

Description Usage Arguments Examples

View source: R/analyzeMelt.R

Description

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.

Usage

1
analyzeMelt(data, folded_temp, unfolded_temp, pch = 16, ...)

Arguments

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.

Examples

 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)

jnguyen01/cdspecR documentation built on Feb. 5, 2022, 4:26 p.m.