https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Nussinov_algorithm
Nussinov algorithm - Revision history
2025-06-16T21:48:59Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.5
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1148012114&oldid=prev
129.175.5.195: Corrected an error in the traceback : i must start at 1, not at zero.
2023-04-03T14:52:02Z
<p>Corrected an error in the traceback : i must start at 1, not at zero.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 14:52, 3 April 2023</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 37:</td>
<td colspan="2" class="diff-lineno">Line 37:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>After this step, we have a matrix <math>M</math> where <math>M(i,j)</math> represents the optimal score of the folding of <math>S_i...S_j</math>. </div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>After this step, we have a matrix <math>M</math> where <math>M(i,j)</math> represents the optimal score of the folding of <math>S_i...S_j</math>. </div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>To determine the structure of the folded RNA by traceback, we first create an empty list of pairs <math>P</math>. We initialize with <math>i=<del style="font-weight: bold; text-decoration: none;">0</del>,j=n</math>. Then, we follow one of three scenarios.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>To determine the structure of the folded RNA by traceback, we first create an empty list of pairs <math>P</math>. We initialize with <math>i=<ins style="font-weight: bold; text-decoration: none;">1</ins>,j=n</math>. Then, we follow one of three scenarios.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># If <math>j\leq i</math>, the procedure stops.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># If <math>j\leq i</math>, the procedure stops.</div></td>
</tr>
</table>
129.175.5.195
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1085559775&oldid=prev
218.248.13.196: /* Scoring */
2022-05-01T05:15:21Z
<p><span class="autocomment">Scoring</span></p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 05:15, 1 May 2022</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 9:</td>
<td colspan="2" class="diff-lineno">Line 9:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Scoring ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Scoring ===</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>We score a solution by counting the total number of paired bases. Thus, attempting to maximize the score maximizes the total number of bonds between bases.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>We score a solution by counting the total number of paired bases. Thus, attempting to maximize the score<ins style="font-weight: bold; text-decoration: none;"> that</ins> maximizes the total number of bonds between bases.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Motivation ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Motivation ===</div></td>
</tr>
</table>
218.248.13.196
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1050723671&oldid=prev
GardarJuto: The 'for' was missing what it should describe so I completed it to say for what structure.
2021-10-19T14:42:52Z
<p>The 'for' was missing what it should describe so I completed it to say for what structure.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 14:42, 19 October 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 37:</td>
<td colspan="2" class="diff-lineno">Line 37:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>After this step, we have a matrix <math>M</math> where <math>M(i,j)</math> represents the optimal score of the folding of <math>S_i...S_j</math>. </div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>After this step, we have a matrix <math>M</math> where <math>M(i,j)</math> represents the optimal score of the folding of <math>S_i...S_j</math>. </div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>To determine the structure of by traceback, we first create an empty list of pairs <math>P</math>. We initialize with <math>i=0,j=n</math>. Then, we follow one of three scenarios.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>To determine the structure of<ins style="font-weight: bold; text-decoration: none;"> the folded RNA</ins> by traceback, we first create an empty list of pairs <math>P</math>. We initialize with <math>i=0,j=n</math>. Then, we follow one of three scenarios.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># If <math>j\leq i</math>, the procedure stops.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># If <math>j\leq i</math>, the procedure stops.</div></td>
</tr>
</table>
GardarJuto
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1048222058&oldid=prev
Citation bot: Add: doi-access. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 300/732
2021-10-04T21:44:37Z
<p>Add: doi-access. | <a href="/wiki/Wikipedia:UCB" class="mw-redirect" title="Wikipedia:UCB">Use this bot</a>. <a href="/wiki/Wikipedia:DBUG" class="mw-redirect" title="Wikipedia:DBUG">Report bugs</a>. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 300/732</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 21:44, 4 October 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 1:</td>
<td colspan="2" class="diff-lineno">Line 1:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last1=Nussinov|first1=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|doi=10.1073/pnas.77.11.6309|issn=0027-8424|pmid=6161375|pmc=350273|bibcode=1980PNAS...77.6309N}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last1=Nussinov|first1=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|doi=10.1073/pnas.77.11.6309|issn=0027-8424|pmid=6161375|pmc=350273|bibcode=1980PNAS...77.6309N<ins style="font-weight: bold; text-decoration: none;">|doi-access=free</ins>}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Background ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Background ==</div></td>
</tr>
</table>
Citation bot
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1024802763&oldid=prev
TheLastClassicist1750: Fix misspelling found by Wikipedia:Typo Team/moss – you can help!
2021-05-24T04:54:49Z
<p>Fix misspelling found by <a href="/wiki/Wikipedia:Typo_Team/moss" title="Wikipedia:Typo Team/moss">Wikipedia:Typo Team/moss</a> – you can help!</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 04:54, 24 May 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 14:</td>
<td colspan="2" class="diff-lineno">Line 14:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Consider an RNA sequence <math>S</math> whose elements are taken from the set <math> \{A, U, C, G\}</math>. Let us imagine we have an optimal solution to the subproblem of folding <math>S_i</math> to <math>S_{j-1}</math>, and an optimal solution for folding <math>S_u</math> to <math>S_v</math> <math>i\leq u\leq v\leq j-1</math> . Now, to align <math>S_i</math> to <math>S_{j}</math>, we have two options:</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Consider an RNA sequence <math>S</math> whose elements are taken from the set <math> \{A, U, C, G\}</math>. Let us imagine we have an optimal solution to the subproblem of folding <math>S_i</math> to <math>S_{j-1}</math>, and an optimal solution for folding <math>S_u</math> to <math>S_v</math> <math>i\leq u\leq v\leq j-1</math> . Now, to align <math>S_i</math> to <math>S_{j}</math>, we have two options:</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div># Leave <math>S_{j}</math> unpaired, and keep the structure of <math>S_i</math> to <math>S_{j-1}</math>. The score for this alignment will be equal to the score of the <del style="font-weight: bold; text-decoration: none;">aligmnent</del> of <math>S_i</math> to <math>S_{j-1}</math>, as no new base pairs were created.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div># Leave <math>S_{j}</math> unpaired, and keep the structure of <math>S_i</math> to <math>S_{j-1}</math>. The score for this alignment will be equal to the score of the <ins style="font-weight: bold; text-decoration: none;">alignment</ins> of <math>S_i</math> to <math>S_{j-1}</math>, as no new base pairs were created.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># Pair <math>S_{j}</math> with <math>S_{k}</math>, where <math>i\leq k<j</math>. The score for this alignment will be the score of the base pairing, plus the score of the best alignment of <math>S_i</math> to <math>S_{k-1}</math> and <math>S_{k+1}</math> to <math>S_{j-1}</math>.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div># Pair <math>S_{j}</math> with <math>S_{k}</math>, where <math>i\leq k<j</math>. The score for this alignment will be the score of the base pairing, plus the score of the best alignment of <math>S_i</math> to <math>S_{k-1}</math> and <math>S_{k+1}</math> to <math>S_{j-1}</math>.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
</table>
TheLastClassicist1750
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1023311569&oldid=prev
Wprlh: /* Background */Fixed typo.
2021-05-15T18:11:23Z
<p><span class="autocomment">Background: </span>Fixed typo.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 18:11, 15 May 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 3:</td>
<td colspan="2" class="diff-lineno">Line 3:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last1=Nussinov|first1=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|doi=10.1073/pnas.77.11.6309|issn=0027-8424|pmid=6161375|pmc=350273|bibcode=1980PNAS...77.6309N}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last1=Nussinov|first1=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|doi=10.1073/pnas.77.11.6309|issn=0027-8424|pmid=6161375|pmc=350273|bibcode=1980PNAS...77.6309N}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>== <del style="font-weight: bold; text-decoration: none;">Backgound</del> ==</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== <ins style="font-weight: bold; text-decoration: none;">Background</ins> ==</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>[[RNA origami]] occurs when an RNA molecule "folds" and binds to itself. This folding often determines the function of the RNA molecule. RNA folds at different levels, this algorithm predicts the secondary structure of the RNA.<del style="font-weight: bold; text-decoration: none;"> </del></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[RNA origami]] occurs when an RNA molecule "folds" and binds to itself. This folding often determines the function of the RNA molecule. RNA folds at different levels, this algorithm predicts the secondary structure of the RNA.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Algorithm ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Algorithm ==</div></td>
</tr>
</table>
Wprlh
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=1008529738&oldid=prev
Citation bot: Add: bibcode, pmc, doi, authors 1-1. Removed proxy or dead URL that duplicated free-DOI or unique identifier. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Headbomb | Pages linked from cached Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | via #UCB_webform_linked 372/705
2021-02-23T19:43:00Z
<p>Add: bibcode, pmc, doi, authors 1-1. Removed proxy or dead URL that duplicated free-DOI or unique identifier. Removed parameters. Some additions/deletions were parameter name changes. | <a href="/wiki/Wikipedia:UCB" class="mw-redirect" title="Wikipedia:UCB">Use this bot</a>. <a href="/wiki/Wikipedia:DBUG" class="mw-redirect" title="Wikipedia:DBUG">Report bugs</a>. | Suggested by Headbomb | Pages linked from cached Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | via #UCB_webform_linked 372/705</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 19:43, 23 February 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 1:</td>
<td colspan="2" class="diff-lineno">Line 1:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|<del style="font-weight: bold; text-decoration: none;">last</del>=Nussinov|<del style="font-weight: bold; text-decoration: none;">first</del>=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.<del style="font-weight: bold; text-decoration: none;">|url=https://www.ncbi.nlm.nih.gov/pmc/articles/PMC350273/</del>|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|issn=0027-8424|pmid=6161375}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|<ins style="font-weight: bold; text-decoration: none;">last1</ins>=Nussinov|<ins style="font-weight: bold; text-decoration: none;">first1</ins>=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313<ins style="font-weight: bold; text-decoration: none;">|doi=10.1073/pnas.77.11.6309</ins>|issn=0027-8424|pmid=6161375<ins style="font-weight: bold; text-decoration: none;">|pmc=350273|bibcode=1980PNAS...77.6309N</ins>}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Backgound ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Backgound ==</div></td>
</tr>
</table>
Citation bot
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=998663288&oldid=prev
114.44.73.17: /* Algorithm */
2021-01-06T12:56:12Z
<p><span class="autocomment">Algorithm</span></p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 12:56, 6 January 2021</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 30:</td>
<td colspan="2" class="diff-lineno">Line 30:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div><math>M(i,j)</math> will contain the maximum score for the subsequence <math>S_i...S_j</math>. Now, fill in entries of <math>M</math> up and to the right, so that</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div><math>M(i,j)</math> will contain the maximum score for the subsequence <math>S_i...S_j</math>. Now, fill in entries of <math>M</math> up and to the right, so that</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><math>M(i,j) = \<del style="font-weight: bold; text-decoration: none;">min_</del>{i\leq k<j}\begin{cases}M(i, k-1)+M(k+1, j-1)+\text{Score}(S_k,S_j) \\ M(i, j-1)\end{cases}</math></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><math>M(i,j) = \<ins style="font-weight: bold; text-decoration: none;">max_</ins>{i\leq k<j}\begin{cases}M(i, k-1)+M(k+1, j-1)+\text{Score}(S_k,S_j) \\ M(i, j-1)\end{cases}</math></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>where <math>\text{Score}(S_k,S_j)=\begin{cases}1,&S_k\text{ and }S_j \text{ complementary}\\</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>where <math>\text{Score}(S_k,S_j)=\begin{cases}1,&S_k\text{ and }S_j \text{ complementary}\\</div></td>
</tr>
</table>
114.44.73.17
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=995733841&oldid=prev
Monkbot: Task 18 (cosmetic): eval 2 templates: del empty params (8×); del |url-status= (1×);
2020-12-22T16:26:47Z
<p><a href="/wiki/User:Monkbot/task_18" class="mw-redirect" title="User:Monkbot/task 18">Task 18 (cosmetic)</a>: eval 2 templates: del empty params (8×); del |url-status= (1×);</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 16:26, 22 December 2020</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 1:</td>
<td colspan="2" class="diff-lineno">Line 1:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{short description|Nucleic acid structure prediction algorithm}}</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox algorithm|name=<!-- Defaults to article name -->|class=Nucleic acid structure prediction|image=|caption=|data=|time=<math>O(n^3)</math>|best-time=|average-time=|space=<math>O(n^2)</math>}}</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last=Nussinov|first=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|url=https://www.ncbi.nlm.nih.gov/pmc/articles/PMC350273/|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|issn=0027-8424|pmid=6161375<del style="font-weight: bold; text-decoration: none;">|via=</del>}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>The '''Nussinov algorithm''' is a [[nucleic acid structure prediction]] algorithm used in [[computational biology]] to predict the folding of an [[RNA]] molecule that makes use of [[dynamic programming]] principles.<ref>{{Cite journal|last=Nussinov|first=R|last2=Jacobson|first2=A B|date=Nov 1980|title=Fast algorithm for predicting the secondary structure of single-stranded RNA.|url=https://www.ncbi.nlm.nih.gov/pmc/articles/PMC350273/|journal=Proceedings of the National Academy of Sciences of the United States of America|volume=77|issue=11|pages=6309–6313|issn=0027-8424|pmid=6161375}}</ref> The algorithm was developed by [[Ruth Nussinov]] in the late 1970s.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Backgound ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Backgound ==</div></td>
</tr>
<tr>
<td colspan="2" class="diff-lineno">Line 46:</td>
<td colspan="2" class="diff-lineno">Line 46:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Limitations ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Limitations ==</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>The Nussinov algorithm does not account for the three-dimensional shape of RNA, nor predict [[Pseudoknot|RNA pseudoknots]].<ref>{{Cite web<del style="font-weight: bold; text-decoration: none;">|last=|first=|date=</del>|title=RNA Structure and RNA Structure Prediction|url=https://math.mit.edu/classes/18.417/Slides/rna-prediction-nussinov.pdf<del style="font-weight: bold; text-decoration: none;">|url-status=live|archive-url=|archive-date=|access-date=|website=</del>}}</ref> Furthermore, in its basic form, it does not account for a minimum [[stem loop]] size. However, it is still useful as a fast algorithm for basic prediction of secondary structure.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>The Nussinov algorithm does not account for the three-dimensional shape of RNA, nor predict [[Pseudoknot|RNA pseudoknots]].<ref>{{Cite web|title=RNA Structure and RNA Structure Prediction|url=https://math.mit.edu/classes/18.417/Slides/rna-prediction-nussinov.pdf}}</ref> Furthermore, in its basic form, it does not account for a minimum [[stem loop]] size. However, it is still useful as a fast algorithm for basic prediction of secondary structure.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== References ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== References ==</div></td>
</tr>
</table>
Monkbot
https://en.wikipedia.org/w/index.php?title=Nussinov_algorithm&diff=990205992&oldid=prev
WikiCleanerBot: v2.04b - Bot T18 CW#553 - Fix errors for CW project (<nowiki> tags)
2020-11-23T11:43:11Z
<p>v2.04b - <a href="/wiki/User:WikiCleanerBot#T18" title="User:WikiCleanerBot">Bot T18 CW#553</a> - Fix errors for <a href="/wiki/Wikipedia:WCW" class="mw-redirect" title="Wikipedia:WCW">CW project</a> (<nowiki> tags)</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="en">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 11:43, 23 November 2020</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Line 46:</td>
<td colspan="2" class="diff-lineno">Line 46:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Limitations ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Limitations ==</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>The Nussinov algorithm does not account for the three-dimensional shape of RNA, nor predict [[Pseudoknot|RNA <del style="font-weight: bold; text-decoration: none;">pseudoknot</del>]]<del style="font-weight: bold; text-decoration: none;"><nowiki/>s</del>.<ref>{{Cite web|last=|first=|date=|title=RNA Structure and RNA Structure Prediction|url=https://math.mit.edu/classes/18.417/Slides/rna-prediction-nussinov.pdf|url-status=live|archive-url=|archive-date=|access-date=|website=}}</ref> Furthermore, in its basic form, it does not account for a minimum [[stem loop]] size. However, it is still useful as a fast algorithm for basic prediction of secondary structure.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>The Nussinov algorithm does not account for the three-dimensional shape of RNA, nor predict [[Pseudoknot|RNA <ins style="font-weight: bold; text-decoration: none;">pseudoknots</ins>]].<ref>{{Cite web|last=|first=|date=|title=RNA Structure and RNA Structure Prediction|url=https://math.mit.edu/classes/18.417/Slides/rna-prediction-nussinov.pdf|url-status=live|archive-url=|archive-date=|access-date=|website=}}</ref> Furthermore, in its basic form, it does not account for a minimum [[stem loop]] size. However, it is still useful as a fast algorithm for basic prediction of secondary structure.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== References ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== References ==</div></td>
</tr>
</table>
WikiCleanerBot