5 ms·
This linear-time approximation algorithm for mRNA design (LinearDesign) was inspired a lot from their previous work on a linear-time RNA folding algorithm (Line
by vivekraja 3y ago
This linear-time approximation algorithm for mRNA design (LinearDesign) was inspired a lot from their previous work on a linear-time RNA folding algorithm (LinearFold).
We re-wrote their C implementation[0] of LinearFold in Go and added comments to explain how the algorithm worked: https://github.com/allyourbasepair/rbscalculator/blob/main/linearfold/linearfold.go https://github.com/allyourbasepair/rbscalculator/blob/main/l...
[0] - https://github.com/LinearFold/LinearFold https://github.com/LinearFold/LinearFold