public class Tan07MixedNaMgCorrection extends EntropyCorrection implements NamedMethod
Modifier and Type | Field and Description |
---|---|
protected static String |
entropyCorrection
String entropyCorrection : formula for the entropy correction
|
protected static String |
gFormula
String gFormula : function associated with the electrostatic folding free energy per base stack.
|
protected static String |
x1Formula
String x1Formula : formula representing the fractional contribution of Na+ ions
|
protected static String |
x2Formula
String x2Formula : formula representing the fractional contribution of Mg2+ ions
|
Constructor and Description |
---|
Tan07MixedNaMgCorrection() |
Modifier and Type | Method and Description |
---|---|
protected double |
correctEntropy(Environment environment)
corrects the computed entropy (delta S (Na = 1M)).
|
String |
getName()
Gets the full name of the method.
|
boolean |
isApplicable(Environment environment)
Check if the environment chosen by the user is a applicable with the correction model.
|
correctMeltingResults
protected static String entropyCorrection
protected static String x1Formula
protected static String x2Formula
protected static String gFormula
public boolean isApplicable(Environment environment)
CorrectionMethod
isApplicable
in interface CorrectionMethod
isApplicable
in class EntropyCorrection
protected double correctEntropy(Environment environment)
EntropyCorrection
correctEntropy
in class EntropyCorrection
public String getName()
getName
in interface NamedMethod