Hacker News new | ask | show | jobs
by flobosg 618 days ago
> A breakthrough in folding would have produced folding rules that are universal.

Protein folding ≠ protein structure prediction

> I think those who invented pairwise and multiple alignment dynamic programming algorithms deserved some recognition

I would add BLAST as well but that ship has sailed, I’m afraid.

2 comments

The value in BLAST wasn't in its (very fast) alignment implementation but in the scoring function, which produced calibrated E-values that could be used directly to decide whether matches were significant or not. As a postdoc I did an extremely careful comparison of E-values to true, known similarities, and the E-values were spot on. Apparently, NIH ran a ton of evolution simulations to calibrate those parameters.

For the curious, BLAST is very much like pairwise alignment but uses an index to speed up by avoiding attempting to align poorly scoring regions.

BLAST estimates are derived from extreme value theory and large deviations, which is a very elegant area of probability and statistics.

That's the key part, I think, being able to estimate how unique each alignment is without having to simulate the null distribution, as it was done before with FASTA.

The index also helps, but the speedup comes mostly from the other part.

If blast used a neural network it may have had a chance!

The question is: has blast made more of an impact than alpha fold? I think so at the moment.