Hello everyone,
I'm having trouble understanding the nussinov's algorithm for rna folding using dynamic programming.I did look over the web and found resources but none of them really explained two procedures, 1)how to fill the matrix 2)how to traceback the matrix for required structure?
I would be very grateful if someone can please tell me how these two steps are done with some example, there is code directly available over the internet but I don't want to copy paste it.
Thank you so much for your valuable suggestions and that tutorial also helped :) but as I'm a computer science student I have no idea about which algorithm is better.I have to visualize the secondary structure of RNA and I can't user already made tools or softwares I have to do it on my own, so can you please suggest which algorithm is the best?
So what is your real task? To visualize the structure or to compute it from nucleotide sequence? 2D or 3D?
Good afternoon! There's probably an error on slide 11 - there should be "1" on row 9, column 13 instead of "2" (if I'm right). Thank you.