public class Znosko07mm extends ZnoskoMethod implements NamedMethod
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultFileName
String defaultFileName : default name for the xml file containing the thermodynamic parameters for single mismatch
|
formulaEnthalpy
collector, fileName
Constructor and Description |
---|
Znosko07mm() |
Modifier and Type | Method and Description |
---|---|
ThermoResult |
computeThermodynamics(NucleotidSequences sequences,
int pos1,
int pos2,
ThermoResult result) |
java.lang.String |
getName()
Gets the full name of the method.
|
void |
initialiseFileName(java.lang.String methodName)
If a file name is entered by the user, the file name of the model becomes the file name entered by the user,
otherwise the default file name of the model is used.
|
correctPositions, isApplicable, isMissingParameters
getCollector, getData, getDataFileName, loadData, loadFile
public static java.lang.String defaultFileName
public ThermoResult computeThermodynamics(NucleotidSequences sequences, int pos1, int pos2, ThermoResult result)
computeThermodynamics
in interface PatternComputationMethod
computeThermodynamics
in class ZnoskoMethod
sequences
- which contains the sequences entered by the user.result
- which contains the computed enthalpy, entropy and melting temperature.public void initialiseFileName(java.lang.String methodName)
PatternComputationMethod
initialiseFileName
in interface PatternComputationMethod
initialiseFileName
in class PatternComputation
methodName
- : method or model name entered by the user.public java.lang.String getName()
getName
in interface NamedMethod