calc.dg.internal: Calculate changes in free energy of binding for...

Description Usage Arguments Value Author(s) See Also Examples

Description

This function is wrapper for calc.dg to be used directly on the output from calc.dh.ds.

Usage

1
calc.dg.internal(dh.ds.in, temp.c.in = 37)

Arguments

dh.ds.in

A dataframe with dh and ds in the columns.

temp.c.in

A numeric with the temperature (in degrees celcius, C) at which the reaction takes place.

Value

Returns a numeric vector with the free energies of binding (cal/mol)

Author(s)

Peter Hagedorn and Morten Lindow

See Also

calc.dg, calc.dh.ds

Examples

1
2
a <- calc.dh.ds(rep("AAAgtacaaTTG",10))
calc.dg.internal(a)

Santaris/affinity documentation built on May 9, 2019, 12:43 p.m.