TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Predicting how RNA folds in 2D including Pseudoknots (2013)

9 pointsby slbenficaover 7 years ago

2 comments

kusmiover 7 years ago
Folding is dynamic over the lifetime of the RNA, things like SHAPE are nice but only provide a snapshot. It is still leagues better than simply going by the old school thermodynamics based folding algorithms. A neat way to check out this 'folding space' is to generate all possible structures (possible even for long sequences if you don't include psuedoknots), then do alignments, or integrate experimental data like SHAPE.
mjflover 7 years ago
Interesting to see this here. Shameless plug: if you want to get a basic idea of how RNA folding algorithms work (without pseudoknots) I wrote a blog post about it:<p><a href="http:&#x2F;&#x2F;michaeljflynn.net&#x2F;2017&#x2F;01&#x2F;09&#x2F;simple-rna-folding-in-130-lines-of-haskell&#x2F;" rel="nofollow">http:&#x2F;&#x2F;michaeljflynn.net&#x2F;2017&#x2F;01&#x2F;09&#x2F;simple-rna-folding-in-13...</a>