<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://xmlpipedb.lmucs.io/biodb/fall2013/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://xmlpipedb.lmucs.io/biodb/fall2013/index.php?action=history&amp;feed=atom&amp;title=Dwilliams_week_3</id>
		<title>Dwilliams week 3 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://xmlpipedb.lmucs.io/biodb/fall2013/index.php?action=history&amp;feed=atom&amp;title=Dwilliams_week_3"/>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2013/index.php?title=Dwilliams_week_3&amp;action=history"/>
		<updated>2026-06-03T01:21:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2013/index.php?title=Dwilliams_week_3&amp;diff=1626&amp;oldid=prev</id>
		<title>Dwilliams: Homework Assignment 3</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2013/index.php?title=Dwilliams_week_3&amp;diff=1626&amp;oldid=prev"/>
				<updated>2013-09-13T06:33:42Z</updated>
		
		<summary type="html">&lt;p&gt;Homework Assignment 3&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Genetic Code By Computer ==&lt;br /&gt;
&lt;br /&gt;
=== Complement of Strand ===&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | sed &amp;quot;y/atcg/tagc/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Translation of the Genetic Code ===&lt;br /&gt;
&lt;br /&gt;
+1 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | sed &amp;quot;s/t/u/g&amp;quot; | sed &amp;quot;s/.../&amp;amp; /&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 S T I F Q - V R W P K K T I L N L K R C L I P C S A Y N P A A S S A G G I L&lt;br /&gt;
&lt;br /&gt;
+2 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | sed &amp;quot;s/t/u/g&amp;quot; | sed &amp;quot;s/^.//g&amp;quot; | sed &amp;quot;s/.../&amp;amp; /g&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 L L Y F N R Y D G Q R R Q Y - T - N V A - Y H V P R I T Q P P V P L A A F -&lt;br /&gt;
&lt;br /&gt;
+3 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | sed &amp;quot;s/t/u/g&amp;quot; | sed &amp;quot;s/^..//g&amp;quot; | sed &amp;quot;s/.../&amp;amp; /g&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 Y Y I S I G T M A K E D N I E L E T L P N T M F R V - P S R Q F R W R H F N&lt;br /&gt;
&lt;br /&gt;
-1 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | rev| sed &amp;quot;y/atcg/uagc/&amp;quot; | sed &amp;quot;s/.../&amp;amp; /g&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 V K M P P A E L A A G L Y A E H G I R Q R F K F N I V F F G H R T Y - N I V&lt;br /&gt;
&lt;br /&gt;
-2 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | rev| sed &amp;quot;y/atcg/uagc/&amp;quot; | sed &amp;quot;s/^.//g&amp;quot; | sed &amp;quot;s/.../&amp;amp; /g&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 L K C R Q R N W R L G Y T R N M V L G N V S S S I L S S L A I V P I E I - - &lt;br /&gt;
&lt;br /&gt;
-3 Frame&lt;br /&gt;
&lt;br /&gt;
 cat prokaryote.txt | rev| sed &amp;quot;y/atcg/uagc/&amp;quot; | sed &amp;quot;s/^.//g&amp;quot; | sed &amp;quot;s/.../&amp;amp; /g&amp;quot; | sed -f genetic-code.sed&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
 - N A A S G T G G W V I R G T W Y - A T F Q V Q Y C L L W P S Y L L K Y S R&lt;br /&gt;
&lt;br /&gt;
=== XMLPipeDB Practice ===&lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
* Two unique matches.&lt;br /&gt;
* First match occurs twice, second match occurs once.&lt;br /&gt;
* I would assume that &amp;quot;GO:000916&amp;quot; probably refers to a specific line of code.&lt;br /&gt;
&lt;br /&gt;
2. &lt;br /&gt;
&lt;br /&gt;
* Two unique matches.&lt;br /&gt;
* James a.a. appears once; James k.d. appears 8,238 times. I would assume that james refers to/identifies an author.&lt;br /&gt;
&lt;br /&gt;
3.&lt;br /&gt;
&lt;br /&gt;
* 830,101&lt;br /&gt;
* 502,410&lt;br /&gt;
* The answers make sense because the occurence of ATG will only be counted once per line, regardless of whether or not their are multiple sequences of ATG in that same line.&lt;/div&gt;</summary>
		<author><name>Dwilliams</name></author>	</entry>

	</feed>