Closed cesimsek closed 2 months ago
Melting temperature is calculated with the formula shown in the "Thermodynamics of the two-state model" section of this article https://en.wikipedia.org/wiki/Nucleic_acid_thermodynamics
Melting temperature is just the theoretical temperature at which, for a certain concentration of DNA, half of the DNA will be bound. A negative melting temperature just means that the secondary structure will only exist in very small concentrations at normal temperatures.
Could not have explained it better. Just one add - the Tm is the temperature where half of the primer is free and the other half is bound in the structure. Higher temperatures shift it to the free form.
Best,
Andreas
Hi,
I am using primer3-py, which is an python-abstracted API of primer3.
I had the following issue with the homodimer calculations: https://github.com/libnano/primer3-py/issues/141
Briefly, the primer3 based (ntthal) command is as follows:
Which yielded a negative Tm for the predicted primer dimer. Cannot provide system info as this was based on the primer3-py tool, but in general what could be the reason for obtaining negative Tm?
Thanks!