




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: BIOINFO ALGS, DB, TOOLS; Subject: Computer Science; University: University of Maryland; Term: Spring 2007;
Typology: Study notes
1 / 8
This page cannot be seen from the preview
Don't miss anything!





Microarray data analysis RNA folding
correlated anti-correlated un-correlated
http://www.cs.cmu.edu/~jernst/stem/
i+ i j
j- j
i
i+ i
j- j
i (^) k k+1 j
I. F[i+1,j]
F[i,j] is the maximum of:
II. F[i,j-1]
III. F[i+1,j-1] + 1 if S[i+1] complementary to S[j-1]
IV. maxk F[i,k]+F[k+1,j]
S[i] unpaired
S[j] unpaired
S[i] paired with S[j]
Branch