]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Maasha/lib/doc/classes/Seq/NA/RNA.src/M000042.html
73078611244f67a90456c81eebb4099b66019138
[biopieces.git] / code_ruby / Maasha / lib / doc / classes / Seq / NA / RNA.src / M000042.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5   <title>to_DNA (Seq::NA::RNA)</title>
6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
8 </head>
9 <body class="standalone-code">
10   <pre><span class="ruby-comment cmt"># File seq.rb, line 117</span>
11                         <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_DNA</span>
12                                 <span class="ruby-constant">Seq</span><span class="ruby-operator">::</span><span class="ruby-constant">NA</span><span class="ruby-operator">::</span><span class="ruby-constant">DNA</span>.<span class="ruby-identifier">new</span>( <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">tr</span>( <span class="ruby-value str">'Uu'</span>, <span class="ruby-value str">'Tt'</span> ) )
13                         <span class="ruby-keyword kw">end</span></pre>
14 </body>
15 </html>