









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
RNA Folding Material Type: Notes; Class: BIOINFO ALGS, DB, TOOLS; Subject: Computer Science; University: University of Maryland; Term: Unknown 1989;
Typology: Study notes
1 / 15
This page cannot be seen from the preview
Don't miss anything!










RNA folding
correlated
GCCUUCGGGC GACAUCGGUC GGCUUTGGCC (......) M (^) i,j = (^) ∑ xi ,x j f (^) x i x j log
f (^) x i x j f (^) x i f (^) x j
M i,j = mutual information between columns i and j f xixj = frequency of each of 16 pairs of nucleotides at columns i and j f xi = frequency of each of 4 nucleotides at column i f xj = frequency of each of 4 nucleotides at column j
i+ i j j- j i i+ i j- j i j k k+ 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. max k F[i,k]+F[k+1,j] S[i] unpaired S[j] unpaired S[i] paired with S[j] Branch
F[i+1, j] F[i, j - 1] F[i+1, j-1] + 1 (if paired) max k F[i,k] + F[k+1,j]
GGGAAAUCC ((.(..))) .((..())) G G G A A A U C C G G G A A A U C C 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 1 1 1 0 1 2 1 1 2 2 3 2 3 0 0 0 0 0 0 0 0
How do you change Nussinov's algorithm to allow the computation of the stacking energy? Hint: think affine gap penalties.