Calculate melting temperature for BLAST output (DNA duplexes with mismatches and gaps)
1
0
Entering edit mode
16 months ago

I know there are a lot of methods to estimate the Tm of a sequence with mismatches and gaps.

I've been using biopython and getting negative values for the addition of gaps. I'm not sure if there is a better tool out there that can calculate Tm for the results of blastn

I would have two strings, query and subject, and blastn always aligns them for you so they are the same length.

Q: ATGCGTGCGTAAAATGCGT
   |||.|||.||||..||..|
S: ATGTGTGTGTAA--TGTTT

I don't want to naively take the mean of the two sequences, rather the Tm of the duplex. Thanks in advance

blast melting temp predictive tm • 593 views
ADD COMMENT
0
Entering edit mode
16 months ago
Mensur Dlakic ★ 28k

I know there are a lot of methods to estimate the Tm of a sequence with mismatches and gaps.

I don't know a single method that can do this reliably, and would appreciate if you post links to the methods you know.

I can see all kinds of problems in calculating these melting temperature. Gaps are not the same as mismatches, and two mismatches next to each other are not the same as two mismatches separated by 10 nucleotides. A double gap is not the same as two individual gaps separated by some distance.

I'd be really curious to hear about a method that can predict this reliably.

ADD COMMENT

Login before adding your answer.

Traffic: 2781 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6