<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Personal Science Nerd &#187; genetics</title>
	<atom:link href="http://mypersonalsciencenerd.com/tag/genetics/feed/" rel="self" type="application/rss+xml" />
	<link>http://mypersonalsciencenerd.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 04:13:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chi-Squared For Dummies</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/chi-squared-for-dummies/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/chi-squared-for-dummies/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 01:05:37 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[chi square]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=852</guid>
		<description><![CDATA[The chi-squared test can be a powerful tool for scientific research when in the right hands. Hopefully, this article will place that weapon in your mental arsenal. ]]></description>
			<content:encoded><![CDATA[<h5>The test:</h5>
<p><em>X<sup>2</sup></em></p>
<h5>The function:</h5>
<p><em>To decide whether the difference between observed and expected values is actually significant.</em></p>
<h5>The example:</h5>
<p>You&#8217;ve been told that in 1995, the average successful first kiss rate was 15%. With some digging, you found that last year, 27 of 476 young men successfully landed their first kiss in your hometown.  Is this consistent with the average?</p>
<h5>To solve this problem:</h5>
<p>1. You&#8217;ll want to establish all of the categories. In this problem, we are comparing kissers to missers. This is a success-failure scenario, so those are the ONLY two categories.</p>
<p>2. Establish your null and alternative hypotheses. If you are still kinda cloudy as to how exactly to do that, I&#8217;ll write a post on that later, which you will find HERE. But for now, just know that</p>
<ul>
<li>Null Hypothesis = The average 15% success rate holds true because &#8230; (insert hypothesized reason here).</li>
<li>Alternative Hypothesis = Due to (insert hypothesized reason here), the success rate has changed from the 15% average.</li>
</ul>
<p><strong><em>REMEMBER: These are hypotheses. You don&#8217;t have to get them exactly right every time. That&#8217;s what experimentation is for. Essentially, the null is just supposed to say &#8220;there was no change&#8221; and the alternative hypothesis is supposed to say &#8220;there was a change.&#8221; Don&#8217;t forget what the function of a chi square test is. </em></strong></p>
<p>3. Since you now know what is to be compared, you&#8217;ll want to make a table of expected versus observed values. I&#8217;ve taken the liberty of completing the table for this problem. Enjoy. :) 
<table id="wp-table-reloaded-id-14-no-1" class="wp-table-reloaded wp-table-reloaded-id-14">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">Successful Kisses</th><th class="column-3">Failed Kisses</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">Observed</td><td class="column-2">27</td><td class="column-3">449</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">Expected</td><td class="column-2">67.35</td><td class="column-3">449</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">(observed - expected)</td><td class="column-2">-40.35</td><td class="column-3">0</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">(o-e)^2</td><td class="column-2">1628.1225</td><td class="column-3">0</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">[(o-e)^2]/e</td><td class="column-2">24.174</td><td class="column-3">0</td>
	</tr>
</tbody>
</table>
</p>
<p><em><strong>REMEMBER: You MUST MUST MUST use actual data (numbers) rather than percentages or ratios. AND don&#8217;t use the data if any of the points are less than 5. </strong></em></p>
<p>4. Use the data you found by completing the table along with your knowledge of the <em>X<sup>2</sup></em>equation to calculate the <em>X<sup>2</sup></em> value. <em>If this is the first time that you&#8217;ve encountered </em><em>X<sup>2</sup></em><em>, I&#8217;ve included a copy of the equation below.</em> The sigma (the funny looking E) means that you make the calculation for each category separately and then you ADD THEM ALL TOGETHER to get the final value.</p>
<p>.<em><a rel="attachment wp-att-857" href="http://mypersonalsciencenerd.com/introbio/bio1/chi-squared-for-dummies/attachment/screen-shot-2010-03-21-at-7-47-08-pm/"><img class="aligncenter size-full wp-image-857" title="Chi square equation" src="http://mypersonalsciencenerd.com/wp-content/uploads/2010/03/Screen-shot-2010-03-21-at-7.47.08-PM.png" alt="" width="149" height="60" /></a></em></p>
<p>.</p>
<p>5. Use a probability chart like the <a href="http://www.unc.edu/~farkouh/usefull/chi.html" target="_blank">one found here</a> to find the P value. I&#8217;d explain how to do it, but if you follow the link, you&#8217;ll see that those people do a pretty good job of explaining it themselves. Anyway, in the context of this problem, you&#8217;ll find that <em>X<sup>2</sup></em>=24.174 and P&lt;0.0005. Using the standard P&gt; 0.05, we can compare to find that our experimental P value of 0.0005. Since our value is waaaaaaaay smaller than 0.05, we can reject the null hypothesis and conclude that <strong>THE AVERAGE KISS SUCCESS RATE IN YOUR HOMETOWN IS LESS THAN IT IT WAS IN 1995.</strong></p>
<p>Boom Shakka Lakka!</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/chi-squared-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What in the FruitFly is a &#8220;Hox Gene?&#8221;</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/what-in-the-fruitfly-is-a-hox-gene-homeobox/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/what-in-the-fruitfly-is-a-hox-gene-homeobox/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:27:49 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[hox gene]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=792</guid>
		<description><![CDATA[Hox genes are like the interior designers of the embryonic world. The concept can be hard to fathom, but hopefully, this will help some of you.]]></description>
			<content:encoded><![CDATA[<h3>Have you ever had an interior designer???<img class="aligncenter size-large wp-image-793" title="Hox Gene Map" src="http://mypersonalsciencenerd.com/wp-content/uploads/2010/02/hoxgenes-433x456.png" alt="" width="433" height="456" /></h3>
<p>Maybe you don&#8217;t know it, but you&#8217;ve had more than one: Hox Genes. Just like the guys with great hair and perfect taste in wine, hox genes are one of many mechanisms responsible for the way you get mapped out while mom is pregnant with you.</p>
<p>Let&#8217;s start at the beginning&#8230; the PG13 version. So mom and dad flirt&#8230; FASTFORWARD&#8230; you&#8217;re now a zygote. Welcome to the world. You&#8217;ve got nine months of preparation before you can come out to play, so there&#8217;s not a moment to waste. You&#8217;ve got a few million cells to produce&#8230; time for crazy amounts of mitosis!!</p>
<p>But wait&#8230; mitosis produces identical cells. Right? And if all the cells are the same, then you end up with a blob and not a baby&#8230; right?</p>
<p>Yup! So there has to be something done to make the cells different. Almost immediately after the signals are sent through the cell that say &#8220;HEY! We&#8217;ve been fertilized!&#8221;, the genes are expressed that say &#8220;LISTEN LISTEN LISTEN!! We need to set some stuff straight. I don&#8217;t want to have to explain this to you stupid cells again. Over here is going to be the top and over there is going to be the bottom. Over there is going to be left, and right is going to be on that side. Front is going to be over here and back is going to be over there. GOT IT?!&#8221;</p>
<p>.<br />
Okokok, so proteins don&#8217;t actually talk. But essentially, that&#8217;s what the first regulatory genes do &#8211; make every spot in the fetus different somehow. They set up the &#8220;chemical environment&#8221; of the cells, and the other genes that make a baby obey the gradients of…. you know what? I&#8217;m getting tongue tied here, so I know you probably don&#8217;t know what&#8217;s going on.</p>
<p>.<br />
Genes are dumb little ugly gremlins that do only what they&#8217;re told and nothing more. They all already know their instructions: When your room is painted blue and someone upgrades your cable to digital, make this protein… Don&#8217;t ask questions, just do it.<br />
Obviously, all the genes can&#8217;t be given those same conditions, or else we&#8217;d have the same problem: all the genes would be making all proteins at the same time… BLOB BABY. So, many genes have different conditions, but not all (sometimes it&#8217;s better to have more than one gene respond to the same conditions… i&#8217;ll write a post on that later).</p>
<p>.<br />
NOW, coming full circle! Hox genes are some of the first genes (for all intensive purposes) that are expressed during development. The main purpose of the proteins that they make are to SERVE AS THE CONDITIONS THAT TELL OTHER GENES WHEN TO BE EXPRESSED. So, visualize a cell at the tail end of a puppy fetus. Remember those genes that are expressed to make every spot different? The one of the hox genes in that tail cell has been instructed to express that hox protein when it&#8217;s in that spot in the tail.</p>
<p>.</p>
<p>NOW, let&#8217;s move on from here&#8230; delving a bit deeper. The proteins that hox genes produce are called <strong>transcription factors</strong>. They are responsible for turning on other genes. Remember how I said earlier that some genes are expressed at the same time? Hox genes do that. That hox gene in the puppy tail is going to turn on all the genes that make tools to make tail (versus genes for the tools to make nose or paw).</p>
<p>.</p>
<p>That&#8217;s all. Hox genes simply provide the tools to make certain body parts. They&#8217;re a little more complex than other genes, though, in that once a hox gene is expressed in an area, that area takes on an identity that it can never shed. If a cell is in the area of the fetus where hox genes for arm are being expressed, that cell CAN&#8217;T BE ANYTHING BUT ARM.</p>
<p>.</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff0000;">UPDATE: </span></span></strong>I&#8217;ve received some feedback from readers stating that this concept still isn&#8217;t quite clear. I&#8217;ve created a forum topic to bounce ideas and explanations. If you still need help grasping this one,<a href="http://mypersonalsciencenerd.com/forum/biology-help/what-in-the-fruitfly-is-a-hox-gene/#p6" target="_self"> click here to  head on over and check it out!</a></p>
<p>.</p>
<p>Oh, yeah. I almost forgot. YAY! NO MORE BLOB BABY!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/what-in-the-fruitfly-is-a-hox-gene-homeobox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;BLAST Off!!&#8221; : How to use BLAST for running a protein search</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/blast-off-how-to-use-blast-for-running-a-protein-search/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/blast-off-how-to-use-blast-for-running-a-protein-search/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:05:09 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[BLAST]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[nucleotide]]></category>
		<category><![CDATA[protein]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=488</guid>
		<description><![CDATA[Need to do a BLAST search FOR PROTEINS for your bio class or project but don't really know how? Check this out!]]></description>
			<content:encoded><![CDATA[<p>Ok. Since I&#8217;m big on crediting original authors to their work, I have to  begin by saying that I took the &#8220;BLAST Off!!&#8221; title from a former lab partner named Chloe&#8217; Smith. If she reads this and doesn&#8217;t see her name, she&#8217;ll annihilate me.  So there it is!</p>
<p><img class="aligncenter size-large wp-image-496" title="Apollo 15 Launch" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/480px-Apollo_15_launch-365x457.jpg" alt="Apollo 15 Launch" width="428" height="536" /></p>
<p>But now, on to brass tax. If you&#8217;re reading this, it&#8217;s because you either want or need to learn to use <a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi" target="_blank">BLAST</a>, the genetic Google hosted by the National Institutes of Health. <strong>This article is going to focus on searching if you already have an amino acid sequence, NOT A NUCLEOTIDE SEQUENCE. </strong>So, without further adieu, let&#8217;s go!</p>
<h2>Step 1: Verification</h2>
<p>So, the first thing you&#8217;ll need to do is to verify that you have an amino acid sequence rather than a nucleotide sequence. This is probably going to be the easiest part for those of you who are just getting started with BLAST. Your sequence is going to be a text file, just like any other research paper that you&#8217;ve ever written or read. But it&#8217;s going to be a bunch of unreadable letters. You can tell the difference between an amino acid sequence and a nucleotide sequence by just glancing at the letters you see.</p>
<h3>Nucleotide</h3>
<p><tt>ATTGCGTTCGAGTCACTATGTATGGCCTCCACGGTAGGTTGAGCAGTACC<br />
TGGCGGTATGACCACCTCCTCAGCGACGATGCTTATGGAGGCGCTGGACA<br />
AGCGTTGACCCAGAGCTTTGGTCCCCAGAGCAAGAAGACCACTGGCCCGA<br />
CACAAGAACACTTCCTCCTTTCCATTAGGGTTCGAGAATAAAGCTATCAG<br />
CTGAGTCAATGCATTGCCACTTTTGAGTCCTCAAGCTAGATAAGTCTCCC<br />
TTTTAAGAAACGCACGAGTACGCCTCTCTAGCGGTTTCTCATCGGACAGC<br />
TCCTACGAAAGCGATCTTTATCGGGATCCACCGACTGTCGGCCTACAAGG<br />
TGGGCCTTTTTGGACCACCCCGAGTAGATCGGCGACCTTTCTTTGTATGC<br />
CAATTCATGAGTAACCTGAGCAGATTGAATGTACACGCAAAATGTCGATC<br />
TAAGTGTCCCGTCCAAGAAGAATTTTTTCTTACTACCCCAGCCTGGTTTA</tt></p>
<p>Notice how this is all A, T, G, and C? It&#8217;s a nucleotide sequence of a nucleic acid (which is made up of A, T, G, and C&#8230; so it&#8217;s DNA. But you already knew that.) (&#8230;even if you didn&#8217;t realize that you knew it&#8230;)</p>
<p>This isn&#8217;t what we&#8217;re looking for this time. We want a protein (amino acid) sequence.</p>
<h3>Amino Acid</h3>
<pre>MDPHNPIVLDQGTGFVKIGRAGENFPDYTFPSIVGRPILRAEERASVATPLKDIMIGDEA
SEVRSYLQISYPMENGIIKNWTDMELLWDYAFFEQMKLPSTSNGKILLTEPPMNPLKNRE
KMCEVMFEKYDFGGVYVAIQAVLALYAQGLSSGVVVDSGDGVTHIVPVYESVVLSHLTRR
LDVAGRDVTRHLIDLLSRRGYAFNRTADFETVRQIKEKLCYVSYDLDLDTKLARETTALV
ESYELPDGRTIKVGQERFEAPECLFQPGLVDVEQPGVGELLFNTVQSADVDIRSSLYKAI
VLSGGSSMYPGLPSRLEKELKQLWFSRVLHNDPSRLDKFKVRIEDPPRRKHMVFIGGAVL
ASIMADKDHMWLSKQEWQESGPSAMTKFGPR*</pre>
<p>BINGO! Since this one is all random letters (instead of A, T, G, and C), we can assume pretty safely that this is an amino acid sequence.</p>
<p>Sidenote: I know I said it was all random letters, but all the letters actually represent certain amino acids. Just FYI.</p>
<p>Just for the sake of science, I&#8217;m going to use this as my example for the rest of the article.</p>
<h2>Step 2: Choosing the Correct Search</h2>
<p>At the <a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastHome" target="_blank">BLAST homepage</a>, you&#8217;ll notice that under &#8220;Basic Blast,&#8221; there are five different&#8230;. ummm&#8230; things.</p>
<p><img class="aligncenter size-large wp-image-497" title="home page" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/blasthomepageproteinquery-600x411.png" alt="home page" width="600" height="411" /></p>
<p>Each of these things are types of BLAST search that you can run. I&#8221;ll try to write a post on the differences between them all, but for now, just know that we&#8217;re going to use &#8220;protein blast&#8221; because we have a protein query (a list of amino acids) and we want to find out what protein it probably is (by searching protein databases).</p>
<p>So, click on &#8220;protein blast&#8221; and we&#8217;ll move on.</p>
<h2>Step 3: The Search Interface</h2>
<p>If you&#8217;ve found this site (MPSN), then you&#8217;re probably VERY familiar with the one pictured below.</p>
<p><img class="aligncenter size-large wp-image-498" title="google" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/google-600x200.png" alt="google" width="600" height="200" /></p>
<p>The screen that you use for the BLAST search isn&#8217;t EXACTLY the same, but there are enough similarities that we can compare them. In fact, the basic principles are ALL the same.</p>
<p>Do you see where it says &#8220;Enter accession number, gi, or FASTA sequence&#8221; ? This is where you&#8217;re going to paste the amino acid sequence.</p>
<p><img class="aligncenter size-full wp-image-499" title="Search Query" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/Search-Query.png" alt="Search Query" width="574" height="306" /></p>
<p>In the entry field that says &#8220;Job Title,&#8221; you can come up with something to title your search if you&#8217;d like. But it won&#8217;t ruin your search if you leave it blank. I usually leave it blank.</p>
<p>&#8220;Query Subrange&#8221; and &#8220;Upload File&#8221; are other tools that may someday help you in a large BLAST search. But as for now, they&#8217;re pretty much useless to you.</p>
<p>Moving on down the page, we find that the next significant plaything is the database chooser-thingy. If you click on it, you&#8217;ll see a dropdown menu with a cornucopia of different databases you can choose. <strong>Don&#8217;t let this discourage you.</strong> The only one that&#8217;s going to help you most of the time is &#8220;Non-redundant protein sequences.&#8221; Although there isn&#8217;t a single database that holds all of the info at NIH, the non-redundant option holds &#8220;All non-redundant GenBank CDS translations + RefSeq Proteins + PDB + SwissProt + PIR + PRF.&#8221; If you don&#8217;t know exactly what that means, that&#8217;s ok. Just realize that it means that non-redundant is the choice you want to make.</p>
<p><img class="aligncenter size-full wp-image-500" title="Databases" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/databaseblast.png" alt="Databases" width="378" height="224" /></p>
<p>If you&#8217;re dealing with a teacher who has told you what organism you&#8217;re studying, you can put the <strong>scientific name</strong> of the organism in the input marked &#8220;Organism Optional.&#8221; Although that may seem like common sense to you, I can&#8217;t tell you how many times I&#8217;ve seen people ask for help concerning that input.</p>
<p>ALMOST DONE HERE&#8230;</p>
<p>Now, all you need to do is make sure that the &#8220;blastp&#8221; is marked in the &#8220;Algorithm&#8221; box, and then you can click BLAST at the bottom of the screen. You should be redirected to a page that includes this:</p>
<p><img class="aligncenter size-large wp-image-501" title="waiting" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/blastwaiting-600x80.png" alt="waiting" width="600" height="80" /></p>
<h2>Step 4: Interpreting Results</h2>
<p>You did it! You conducted a BLAST search like a pro, but now what? Well, let&#8217;s start with that funky-lookin&#8217; graph in the middle of the page.</p>
<p><img class="aligncenter size-full wp-image-504" title="alignment scores" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/alignment-scores.png" alt="alignment scores" width="622" height="259" /></p>
<p>This graph shows you different results that matched your search sequence. We gave the BLAST program a sequence and it compared our sequence to a few hundred thousand others (or more) and spit out the results that it found in the form of this graph.</p>
<p>You&#8217;ll notice that at the top, there are five colors: black, blue, green, pink, and red. There are also numbers that go with the colors. A common mistake is to think that these numbers represent the amount of amino acids that were matched in the result. For instance, if we had searched &#8220;FJLDKJ&#8221; and the BLAST had returned with a result of &#8220;FJDDKJ,&#8221; then that would give a score of 5 rather than 6. That&#8217;s not quite right&#8230;</p>
<p>The numbers you see are scores. They DO compare the amount that matched between the search and the result, but the don&#8217;t do that by counting the individual number. Think about it like a chapter exam in class: the number of questions isn&#8217;t always 100, but the score is always out of 100. This means that the teacher is &#8220;standardizing&#8221; the scores so that they all compare to each other on a scale of 100.</p>
<p>The BLAST system does basically the same thing, although the score is out of somewhere around 200. I&#8217;m not exactly sure what the maximum possible value is, but a 200 in blast is like an A on an exam. By that logic, I&#8217;m sure you can figure out that, in your blast searches, you want to use the results in the pink and the red.</p>
<p><img class="aligncenter size-large wp-image-505" title="description" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/description-600x370.png" alt="description" width="600" height="370" /></p>
<p>Moving down the page again, you&#8217;ll see a section called &#8220;Descriptions.&#8221; This is the first real encounter with your results. What you see here is really where you can get a lot of information. For instance, I&#8217;ll bet that you didn&#8217;t know that the organism that our protein was made in is Saccharomyces Cerevisiae (baker&#8217;s yeast).</p>
<p>HOW DID I KNOW THAT? Just look at the results. The highest score AND the second highest score results both come from baker&#8217;s yeast. (You can click the little blue link on the left side in order to go to the pubMed article where the results are found. Clicking on that link sent me to an article that showed me not only the organism, but also that this protein is the result of the <em>ARP2P</em> gene.</p>
<p>OH! And I almost forgot to explain the E-Value!</p>
<p><img class="aligncenter size-full wp-image-506" title="evalue" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/11/evalue.png" alt="evalue" width="195" height="282" /></p>
<p>.</p>
<p>The E-Value is a fairly simple concept, once you get the hang of it. For those of you that are familiar with statistics, it&#8217;s really similar to the standard deviation. For the rest of you, allow me to explain: the E-Value is the probability (the percent chance) of there being a better result than this one. The smaller the E-Value, the smaller the chance of there being a better result. Therefore, a GOOD BLAST RESULT is one that has a HIGH SCORE and a LOW E-VALUE.</p>
<p>I really hope that this helps somebody out there.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/blast-off-how-to-use-blast-for-running-a-protein-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gene Expression (Part 2): Translation in Eukaryotes</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-2-translation-in-eukaryotes/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-2-translation-in-eukaryotes/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 22:40:26 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[amino acids]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[polypeptide]]></category>
		<category><![CDATA[protein]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=409</guid>
		<description><![CDATA[Gene Expression consists of two parts. Translation is the second part. ]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-411" title="Translation" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/651px-Ribosome_mRNA_translation_en.svg-600x423.png" alt="Translation" width="600" height="423" /></p>
<p>.</p>
<p>Do you remember that we decided that DNA and RNA are two separate languages? Transcription factors read &#8220;TATAAA&#8221; as &#8220;park here.&#8221; There are hundreds of other examples of how enzymes recognize only certain sequences, but we&#8217;re gonna keep it simple for now.</p>
<p>Well during translation, Dr. Ribosome and his tRNA graduate students &#8220;translate&#8221; the mRNA into yet ANOTHER language: polypeptide. Ok, after some thought, that&#8217;s too cheesy even for me. But since it gets the point across, I&#8217;ll leave it at that.</p>
<p>Once the mRNA strand has left the nucleus and entered the cytoplasm (or &#8220;cytosol&#8221; to some people), it is fair game for ribosome binding. That 5&#8242; cap is EXTREMELY important here because it marks the location for the ribosome to bind.</p>
<p>WAIT! I want to add a little sidenote here that would have REALLY aided me in getting the concept of why all the little proteins are necessary. Remember how we needed transcription factors to start transcription? We&#8217;re gonna need translation initiation factors in order to start translation as well. But what&#8217;s really the point? You&#8217;ll have to read that article to find out, but for now, read on.</p>
<p><img class="aligncenter size-full wp-image-412" title="the genetic code" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/the-genetic-code.gif" alt="the genetic code" width="400" height="350" /></p>
<p>SO, the ribosome uses initiation factors to bind on the RNA, more factors find the AUG start codon, then the ribosome uses factors to bring the tRNA molecule with Methionine to the AUG Start codon&#8230; WHEN DOES THE RIBOSOME ACTUALLY DO SOME WORK BY ITSELF!?!?</p>
<p>Ummmmmmm, pretty much after that first methionine. You see, once everything is set up, the rest is automatic. If you look at the picture above, you&#8217;ll see that there is an &#8220;A Site,&#8221; a &#8220;P Site,&#8221; and a tRNA molecule floating away. The &#8220;A Site&#8221; is short of aminoacyl site, or &#8220;amino ACID&#8221; site. This is where tRNA molecules land if their anticodon matches the codon that is showing.The &#8220;P Site&#8221; is short for the peptidyl, or &#8220;PEPTIDEyl&#8221; site. This is where the amino acids bound to the tRNA molecules are added to the growing protein using a peptide bond. Finally, there is the exit site, where the empty tRNA molecule is allowed to float off and become recharged with another amino acid (of the same type).</p>
<p>In the case of the methionine start codon, the ribosome was moved so that the AUG codon was the only one that was showing in the Aminoacyl site. Once the methionine tRNA was bound, the RIBOSOME MOVED (not the tRNA molecule) and this pushed the tRNA molecule over to the Peptidyl site. This left an empty A-Site for another tRNA to enter and bind, causing the ribosome to move again. This time, the methionine tRNA is pushed into the exit site and ejected from the ribosome.</p>
<p>This move-eject-bind procedure will go on until the ribosome encounters a stop codon. If you look at the chart above, you&#8217;ll see three different combinations that will result in a stop. This happens because there&#8217;s a special molecule that possess and anticodon but NOT an amino acid. When this molecule moves into the P site, the ribosome will attempt to move the growing amino acid chain to bind with the new amino acid. The only problem is that with this special molecule, there is no amino acid. So the protein just floats off, and the ribosome falls apart, thereby ending translation.</p>
<h2>Short Version</h2>
<ol>
<li>Factors bind ribosome to mRNA</li>
<li>Methionine tRNA initiates reading</li>
<li>Move &#8211; peptide bond/eject &#8211; Move &#8211; peptide bond/eject</li>
<li>Stop codon ends it all</li>
</ol>
<p>.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-2-translation-in-eukaryotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gene Expression: (Part 1) Transcription in Eukaryotes</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-1-transcription-in-eukaryotes/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-1-transcription-in-eukaryotes/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:03:29 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[DNA]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[protein]]></category>
		<category><![CDATA[RNA]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=397</guid>
		<description><![CDATA[There are two main steps involved in making proteins; the first is transcription.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-398" title="Scribe" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/Escribano-590x457.jpg" alt="Scribe" width="590" height="457" /></p>
<p>Have you ever baked cookies? Ok, so that&#8217;s a dumb question. But how about this one &#8212; did you use a cookbook? Unless you&#8217;re one of a seriously small percentage of humans with a photographic memory, then chances are that you did. So, making cookies was a 2 step process: writing the information down and deciphering that information into a different language.</p>
<p>I know it&#8217;s corny, but just go with it&#8230; for the sake of education.</p>
<p>From that awful analogy, have you figured out that there are 2 separate forces at work here? There&#8217;s the information-writing party and the information-reading party. In your case, the cookbook writers were&#8230; oh, you get it.</p>
<p>So, lets take what we now know and apply it to cell biology. In THAT case, the information-writing party would be anything involved in transcription, and the information-reading party would be anything involved in translation. Since this particular article is supposed to be about transcription, let&#8217;s go into a little more detail, but always keep in mind that everything in this process is about writing information down so that it can be read later.</p>
<p>Think of the genome as a library, full of cookbooks. This entire library is in the DNA language, and the ribosomes (the information-reading party) don&#8217;t speak DNA. There&#8217;s a wealth of information there for making all kinds of proteins, but the ribosomes just can&#8217;t read it, so it&#8217;s necessary that the information be translated into RNA, the ribosome&#8217;s native language.</p>
<p>The obvious place to start is in the nucleus at the gene of interest. We know from my post on the parts of a gene that there is a part called the promoter. I&#8217;ve heard the promoter referred to as everything from an on/off switch to an airport landing strip, and they all make sense. The promoter is the part of the gene that says &#8220;HEY! Bake THIS recipe!!&#8221;</p>
<p>There is a specific word in the DNA language that transcription factors, proteins that do speak DNA, understand as meaning &#8220;park here.&#8221; We refer to this word as a sequence called the TATA box. These transcription factors (there are many of them that work together to start transcription) act as a pit crew for RNA Polymerase. Their job is to find the starting line, get the RNA Pol in the right spot, and then give it any starting push that it may need (from stored energy, like ATP).</p>
<p>The RNA Polymerase is the only enzyme that is actually bilingual. Once it is given the proper push by the transcription factors, it glides along the DNA template strand, reading the DNA words and translating them into RNA. The two languages are very similar, in fact that only difference is that whereas the DNA alphabet is A, G, C, and T, the RNA alphabet is A, G, C, and U.</p>
<p><img class="aligncenter size-large wp-image-399" title="Transcription" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/800px-DNA_transcription.svg-600x363.png" alt="Transcription" width="600" height="363" />.</p>
<p>At this point in the process, we have RNA sliding down the DNA template strand translating the directions from DNA into RNA. So, what next? There must be something programmed into the system to stop it at the end. Nope. In fact, transcripts don&#8217;t even make it to the end 100% of the time.</p>
<p>The RNA Polymerase glides along the top of the DNA strand in much the same way as a kid running down the curb on a street. It doesn&#8217;t take much force to knock the kid off the curb, and it takes even less to knock the RNA Pol off the DNA. There are no strong magnetic forces acting that hold the RNA in place, and the enzyme itself fits over the DNA like a horseshoe on a string. Sometimes, the transcript lasts all the way to the end of the coding sequence, sometimes it doesn&#8217;t, and sometimes it may go on for many thousands of base pairs after the gene has ended. Obviously, though, enough transcripts last until the end of the coding region, or else this system wouldn&#8217;t work.</p>
<p>You would think that, logically, as soon as the RNA Pol falls off the template strand, the new mRNA molecule would be finished and the process would be over. However, grammar is always important. I&#8217;m sure you can think of a few instances in which bad grammar made something hard to read, or even completely unreadable. Cells use a type of grammar as well, but we call it &#8220;post-transcriptional mRNA modification.&#8221; I know it&#8217;s a big scary term, but it simply means that after the RNA Pol does its job, the cell changes the molecule a little bit.</p>
<p>This modification consists of three very important parts: A 5&#8242; cap, 3&#8242; polyadenylation, and intron excision. These are all rather simple as well, but terms can be scary. When I say 5&#8242; cap, I mean that the cell contains a host of enzymes that add a protective molecule onto the transcript at the 5&#8242; end that signals the ribosomes to do their job later as well as protects the transcript from being sliced up by exonuclease enzymes. The 3&#8242; polyadenylation, which means &#8220;lots of Adenosines on the 3&#8242; end,&#8221; also protects the mRNA from exonuclease shredding. Intron excision, however, it probably the most important. In this process, chunks of DNA words that don&#8217;t actually mean anything are taken out of the directions in the mRNA.</p>
<p>Why these stinkin things are even there, we don&#8217;t know, but we DO know that if they aren&#8217;t taken out of the mRNA transcript, there will be no cookies later on. You see, in the DNA language, it is customary to take chunks of sentences and overlap them with each other. In order to read the original sentence, we must remove the chunks of other sentences. We call the original sentence chunks &#8220;exons&#8221; because we want to EXPRESS them, and the INTERVENING sentence chunks are called &#8220;introns.&#8221;</p>
<p>Once the cell has written down the recipe in a language that the ribosomes can understand and put it in the correct grammatical format, then the mRNA transcript can leave the nucleus and move on to the second step in protein expression.</p>
<h2>The Short Version</h2>
<ol>
<li>DNA attacked by Transcription Factors that recognize the TATA box</li>
<li>RNA Polymerase binds to Transcription Factor complex, then begins to synthesize mRNA strand complementary to the DNA template</li>
<li>5&#8242; Capping, 3&#8242; Poly-A tail, Intron Excision</li>
<li>Move out of Nucleus</li>
</ol>
<p>.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/gene-expression-part-1-transcription-in-eukaryotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Genetic Crosses: Trihybrid Cross</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-trihybrid-cross/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-trihybrid-cross/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:35:24 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[ratios]]></category>
		<category><![CDATA[trihybrid]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=378</guid>
		<description><![CDATA[Trihybrid crosses aren't hard to do at all, if you just follow the logic that is used to complete dihybrid and even monohybrid crosses. ]]></description>
			<content:encoded><![CDATA[<div id="attachment_392" class="wp-caption aligncenter" style="width: 610px"><img class="size-large wp-image-392" title="Three Mikan by Jonny-mt" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/jonnymt-Three_mikan-600x399.jpg" alt="Three Mikan" width="600" height="399" /><p class="wp-caption-text">Three Mikan</p></div>
<p>So, you&#8217;ve read the article on dihybrid crosses, you&#8217;ve red the article on monohybrid crosses, and now you want to move on to polyhybrid crosses (but take it slow). Well, far be it from me to keep you from learning. Let&#8217;s see if you&#8217;ve got it&#8230;</p>
<p style="padding-left: 30px;">In the hypothetical MPSN world, goldfish only have three traits: size, color, and teeth. The size gene comes in two flavors, big (B) and small (b). The color and teeth genes are similar, coming in gold(G) or black(g) and teeth(T) or no teeth(t), respectively. Let&#8217;s cross a homozygous dominant male with a homozygous recessive female. What are the phenotypes of the F1 offspring (the children)? And if we cross the F1 offspring with each other, what are the phenotypes and ratios of the F2 offspring (the grandchildren)?</p>
<p>Can you handle it? Now don&#8217;t scroll down until you think you have answered all the questions. Ready? GO!</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<h2>Step 1: Gather the Known Information</h2>
<ul>
<li>Mom = (bbggtt)</li>
<li>Dad = (BBGGTT)</li>
</ul>
<h2>Step 2: Find Unknown Information</h2>
<p>The first thing we&#8217;ll need to do, now that we know our parental phenotypes is to figure out what types of gametes that they can produce. Since we know that mom ONLY HAS (b), (g), andt (t), then (bgt) is the only gamete she can produce. Likewise for dad: only his gametes will each be dominant (BGT).</p>
<p>If we cross these, we end up with 100% (BbGgTt) offspring in the F1 (children) generation. Thankfully since mom and dad only have dominant or recessive alleles to give, we can deduce that the offspring will each be heterozygous WITHOUT USING A PUNNETT SQUARE! Woot!</p>
<p>HOWEVER, to answer the second question, we must employ the help of a punnett square. Here goes:</p>
<p>So, what are the F1 gametes? Since they are all (BbGgTt), then they will all have the same set of gametes. (But those gametes can combine differently, so don&#8217;t assume that all the offspring of the F2 generation (grandchildren) will be the same like in the F1 generation.) Using what we know about permutations, we can calculate that there will be 8 different types of gametes. These F1 gametes are: (BGT), (BGt), (Bgt), (bgt), (bGt), (bgT), (BgT), (bGT). Now, to find out the phenotypes, we have to cross them. 123GO.</p>

<table id="wp-table-reloaded-id-13-no-1" class="wp-table-reloaded wp-table-reloaded-id-13">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">BGT</th><th class="column-3">BGt</th><th class="column-4">Bgt</th><th class="column-5">bgt</th><th class="column-6">bGt</th><th class="column-7">bgT</th><th class="column-8">BgT</th><th class="column-9">bGT</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">BGT</td><td class="column-2">BBGGTT</td><td class="column-3">BBGGTt</td><td class="column-4">BBGgTt</td><td class="column-5">BbGgTt</td><td class="column-6">BbGGTt</td><td class="column-7">BbGgTT</td><td class="column-8">BBGgTT</td><td class="column-9">BbGGTT</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">BGt</td><td class="column-2">BBGGTt</td><td class="column-3">BBGGtt</td><td class="column-4">BBGgtt</td><td class="column-5">BbGgtt</td><td class="column-6">BbGGtt</td><td class="column-7">BbGgTt</td><td class="column-8">BBGgTt</td><td class="column-9">BbGGTt</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">Bgt</td><td class="column-2">BBGgTt</td><td class="column-3">BBGgtt</td><td class="column-4">BBggtt</td><td class="column-5">Bbggtt</td><td class="column-6">BbGgtt</td><td class="column-7">BbggTt</td><td class="column-8">BBggTt</td><td class="column-9">BbGgTt</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">bgt</td><td class="column-2">BbGgTt</td><td class="column-3">BbGgtt</td><td class="column-4">Bbggtt</td><td class="column-5">bbggtt</td><td class="column-6">bbGgtt</td><td class="column-7">bbggTt</td><td class="column-8">BbggTt</td><td class="column-9">bbGgTt</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">bGt</td><td class="column-2">BbGGTt</td><td class="column-3">BbGGtt</td><td class="column-4">BbGgtt</td><td class="column-5">bbGgtt</td><td class="column-6">bbGGtt</td><td class="column-7">bbGgTt</td><td class="column-8">BbGgTt</td><td class="column-9">bbGGTt</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">bgT</td><td class="column-2">BbGgTT</td><td class="column-3">BbGgTt</td><td class="column-4">BbggTt</td><td class="column-5">bbggTt</td><td class="column-6">bbGgTt</td><td class="column-7">bbggTT</td><td class="column-8">BbggTT</td><td class="column-9">bbGgTT</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">BgT</td><td class="column-2">BBGgTT</td><td class="column-3">BBGgTt</td><td class="column-4">BBggTt</td><td class="column-5">BbggTt</td><td class="column-6">BbGgTt</td><td class="column-7">BbggTT</td><td class="column-8">BBggTT</td><td class="column-9">BbGgTT</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">bGT</td><td class="column-2">BbGGTT</td><td class="column-3">BbGGTt</td><td class="column-4">BbGgTt</td><td class="column-5">bbGgTt</td><td class="column-6">bbGGTt</td><td class="column-7">bbGgTT</td><td class="column-8">BbGgTT</td><td class="column-9">bbGGTT</td>
	</tr>
</tbody>
</table>

<p>OY. That took me 20 minutes to type up&#8230; such a pain&#8230; But anyway, here&#8217;s what we found:</p>
<ul>
<li>Big, Gold, and with Teeth      = 27</li>
<li>Big, Gold, and toothless        = 9</li>
<li>Big, black, and with Teeth     = 9</li>
<li>Big, black, and toothless       = 3</li>
<li>small, Gold and with Teeth    = 9</li>
<li>small, Gold, and toothless     = 3</li>
<li>small, black, and with Teeth  = 3</li>
<li>small, black, and toothless    = 1</li>
</ul>
<p>As you can see, both for populations of Big F2 offspring (grandchildren) and small F2 offspring (grandchildren), we can see a difinite 9:3:3:1 ratio. [As you travel up the corporate ladder into bigger polyhybrid crosses, be on the look out for that 9:3:3:1 ratio]</p>
<h2>Step 3: Check Your Work.</h2>
<p>The original problem asked 2 questions: &#8220;What would the F1 phenotype be?&#8221; and &#8220;What would the F2 phenotypes and ratios be?&#8221; Have we answered both of those questions? Yes? Cool. Good work.</p>
<p>.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-trihybrid-cross/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Genetic Crosses: Dihybrid Crosses</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-dihybrid-crosses/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-dihybrid-crosses/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 02:22:04 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[dihybrid]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=311</guid>
		<description><![CDATA[The fourth (and nowhere near the end) in my series on solving genetic word problems.]]></description>
			<content:encoded><![CDATA[<div id="attachment_322" class="wp-caption aligncenter" style="width: 494px"><img class="size-medium wp-image-322" title="yak" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/yak-407x390.jpg" alt="Yak" width="484" height="464" /><p class="wp-caption-text">Yak</p></div>
<ul>
<li>Now that you guys have a fairly good understanding of the difference between dominance and recessiveness, I&#8217;ll no longer be referring to traits as dominant or recessive. I&#8217;ll simply refer to one trait as (X) and another as (x) and I&#8217;ll expect you to know the difference. You&#8217;re growing up in your biological education, so it&#8217;s time to remove some training wheels. If you fall of the bike, get a band-aid, review the last few posts, and move on!</li>
</ul>
<p>So since you&#8217;re growing up, come right over here. Sit with me, pour yourself a glass of scotch, and I&#8217;ll tell you all about my Uncle Vlad. <em>(NOTE: MPSN DOES NOT CONDONE UNDERAGE DRINKING. THANK YOU.) </em>Uncle Vlad is a yak breeder in the imaginary nation of Romania, the beta version. Uncle Vlad is known all throughout the countryside for his skill in breeding healthy, white-haired (h) yak that produce a sweet bright blue milk (m)&#8230; regardless of gender. Now I&#8217;m not sure if you know anything about yak breeding, but getting a combination like that is VERY rare. You see, brown hair (H) and bitter green milk (M) are the usual traits.</p>
<p>He once told me of his first yak; he won her at a village fair.  You see, there was an old monk (the kids liked to call him Mr. Greg) who had this crazy theory about the inner workings of having children. To the fair, he brought a herd of yak, and he told everyone there that if they could explain why the two parent yak had yaklets that looked the way they did, the winner could choose a yak from the herd to take home as his or her own. Uncle Vlad couldn&#8217;t resist, even though he had read all of crazy old Greg&#8217;s papers.</p>
<p>He first noticed that the two yak that had been called the parents were both brown, but the mom produced blue milk and the dad produced green milk. He also noticed that there were only two main types of yaklets: brown with blue milk and brown with green milk. Old Greg saw him concentrating on the yak, so he decided to help out a little. Beside the dad, he placed two large combs and two small buckets. Beside the mom, he placed one large and one small comb and one large bucket. Although, Uncle Vlad&#8217;s memory escapes him as to HOW he did it, he does recall winning the yak and eventually going to medical school.</p>
<p>By now, you&#8217;re probably certain that this story is utter mess, but it&#8217;s an entertaining way to say: LETS EXPLORE THE GENETICS OF THE BETA-ROMANIAN YAK. Mad at me? Oh well.</p>
<p>So let&#8217;s pretend that the parent yak went to Vegas for their honeymoon after the wedding and soon thereafter gave birth to non-identical triplets. (They don&#8217;t all have look the same because they don&#8217;t have identical DNA.) They all have brown hair, and two have green milk. If the parents decide to go on three more honeymoons and have triplets each time, how many kids total should we theoretically expect to produce blue milk?</p>
<p>I know, I know. This is a long article. &#8220;Get to the point.&#8221; I have heard your cries, so I&#8217;ll condense the technical side. Here goes.</p>
<h2>Step 1: Collect given information.</h2>
<p>I did this on purpose. Let&#8217;s go through the article and pick up the stuff that we already know before we start calculatin&#8217;.</p>
<ul>
<li>Brown hair = (H), White hair = (h), Green milk = (M), Blue milk = (m)</li>
<li>Mom&#8217;s genotype = (HHmm) just in case you didn&#8217;t get that from the bucket &amp; comb hint</li>
<li>Dad&#8217;s genotype = (HhM?) The (?) is because that allele could either be a (t) or a (T); we don&#8217;t know yet.</li>
<li>Kid&#8217;s phenotypes = brown hair for all,  green milk for 2, blue milk for 1</li>
</ul>
<h2>Step 2: Figure out genotypes.</h2>
<p>In order to answer the question, we&#8217;ll need to know the genotypes of the parents. We already know mom&#8217;s but we&#8217;re missing one crucial allele from dad. Let&#8217;s look at the kids in order to figure it out. We already know the genotypes for the hair gene, so lets ignore it and move on to the milk gene.</p>
<p>There are kids that produce blue milk and kids that produce green milk. In order for this to occur, there must be kids who are (mm) AND kids who are either (MM) or (Mm). Regardless of genotype, the kids have to get alleles from the parents &#8211; <span style="text-decoration: underline;">one from each</span>. Since mom can only give (m) alleles, we know that there are no kids that have the (MM) genotype for the milk gene. [Dad has the (M) allele, but he can only give ONE to the child.] So, we know that there are kids with (mm) and kids with (Mm).</p>
<p>We&#8217;ve figured out the genotypes of the kids, but that doesn&#8217;t help us figure out how to answer the question&#8230; or does it? Remember our point? We have to figure out dad&#8217;s genotype. He&#8217;s (HhM?). So what is the identity of the (?) allele? Well, just like we used mom to figure out that there are no (MM) kids, we&#8217;re gonna use the (mm) kid to figure out that dad&#8217;s mysterious allele is an (m). The kid gets one (m) from mom (mm) who ONLY has (m) to give, but he had to get the other one from somewhere. That must mean that dad is (Mm) for the milk gene.</p>
<h2>Step 3: Test by Crossing</h2>
<p>Now that we know that mom&#8217;s genotype is (HHmm) and that dad&#8217;s is (HhMm), we can figure out what we can expect as far as kids go. Since mom only has one type of allele for each gene, she can only produce one type of gamete (Hm). There are no other combinations. Dad, however, has many different combinations. In fact, we can figure out exactly how many by using basic probability rules. He has 2 genes represented, and both of those genes have 2 alleles represented. Therefore, (2&#215;2)=4, and he can produce these gametes: (HM), (Hm), (hM), and (hm). As a cross, we can see the progeny below:</p>

<table id="wp-table-reloaded-id-9-no-1" class="wp-table-reloaded wp-table-reloaded-id-9">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">HM (dad)</th><th class="column-3">Hm (dad)</th><th class="column-4">hM (dad) </th><th class="column-5">hm (dad)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">Hm (mom)</td><td class="column-2">HHMm</td><td class="column-3">HHmm</td><td class="column-4">HhMm</td><td class="column-5">Hhmm</td>
	</tr>
</tbody>
</table>

<h2>Step 4: Interpret results</h2>
<p>The question asked us how many children, out of 12, <span style="text-decoration: underline;">would we expect</span> to produce blue milk. (We therefore exclude the actual kids that have already been born.) Since 2/4 of the progeny had the genotype (mm) for the milk gene, we can conclude that 2/4 of the 12 children, aka 6, should produce blue milk.</p>
<h3>So to recap:</h3>
<ol>
<li>Collect given info</li>
<li>Decipher genotypes of all individuals involved</li>
<li>Cross with Punnett square</li>
<li>Interpret results in light of the question asked.</li>
</ol>
<p>.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-dihybrid-crosses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Genetic Crosses: Incomplete Dominance</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-incomplete-dominance/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-incomplete-dominance/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:42:48 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[crosses]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[Incomplete dominance]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=225</guid>
		<description><![CDATA[The third in my series on understanding genetics word problems. Incomplete Dominance.]]></description>
			<content:encoded><![CDATA[<div id="attachment_227" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-227" title="Eric Schmuttenmaer Smoothie pic" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/Eric-Schmuttenmaer-Smoothie-pic.png" alt="Smoothie Picture by Eric Schmuttenmaer" width="450" height="600" /><p class="wp-caption-text">Smoothie Picture by Eric Schmuttenmaer</p></div>
<p>I like smoothies. In fact, I was drinking one in a coffee shop and working on an English paper when I came up with this idea. Yumm.</p>
<p>So, when you think of incomplete dominance (also called semi-dominance by some), think of a strawberry (S) and banana (s) smoothie&#8230;mmmMMMMmmm. There are two things that have a big effect on the final product. (Kinda like the two alleles in genetics. Follow me here)</p>
<p>There are three possible combinations of the two ingredients: strawberries (S) and bananas (s). There is an all-strawberry smoothie, (SS). There is the all-banana smoothie (ss). And then, there&#8217;s the combination of the two into strawberry-bananaish goodness (Ss).</p>
<p>HOLD ON. This time, the (Ss) isn&#8217;t just a strawberry smoothie?!?!? Nope. And that&#8217;s what characterizes incomplete dominance. The heterozygote (Ss), in this case the strawberry-banana yummness, shows a middle ground between the two extremes.</p>
<p>Just for practice, let&#8217;s look at a problem that deals with incomplete dominance:</p>
<p>Your mom has two crepe myrtle trees, both with purple flowers. Over the next few years, more trees spring up &#8211; mostly purple, but some red and some blue. Your mom thinks the blue is the prettiest color ever, and she wants more. What cross would you perform to get the most blue-flowering trees?</p>
<p>First thing&#8217;s first: identify what we can. We know that mom and dad (the two beginning trees) are purple, and that the children are purple, red, and blue. We don&#8217;t know which allele is technically referred to as the dominant one, but since it&#8217;s common sense that red + blue = purple, we can deduce that this is a problem that deals with incomplete dominance&#8230; so that&#8217;s not really a big deal. We&#8217;ll call the blue allele (B) dominant because mom like it, so the red (b) would be the recessive version.</p>
<p>Although common sense would say that both of these alleles are on the same level of dominance to each other, we use the traditional means of writing this out. Just for the ease.</p>
<p>By using this method, we can call the blue flowers (BB), the red flowers (bb) and the purple one&#8217;s (Bb). Which mix will give us the most (BB) offspring?</p>

<table id="wp-table-reloaded-id-5-no-1" class="wp-table-reloaded wp-table-reloaded-id-5">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">B (blue)</th><th class="column-3">b (red)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">B (blue)</td><td class="column-2">BB (blue)</td><td class="column-3">Bb (purple)</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">b (red)</td><td class="column-2">Bb (purple)</td><td class="column-3">bb (red)</td>
	</tr>
</tbody>
</table>


<table id="wp-table-reloaded-id-6-no-1" class="wp-table-reloaded wp-table-reloaded-id-6">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">B (blue)</th><th class="column-3">B (blue)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">B (blue) </td><td class="column-2">BB (blue)</td><td class="column-3">BB (blue)</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">B (blue)</td><td class="column-2">BB (blue)</td><td class="column-3">BB (blue)</td>
	</tr>
</tbody>
</table>


<table id="wp-table-reloaded-id-7-no-1" class="wp-table-reloaded wp-table-reloaded-id-7">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">B (blue)</th><th class="column-3">B (blue)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">B (blue)</td><td class="column-2">BB (blue)</td><td class="column-3">BB (blue)</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">b (red)</td><td class="column-2">Bb (purple)</td><td class="column-3">Bb (purple)</td>
	</tr>
</tbody>
</table>


<table id="wp-table-reloaded-id-8-no-1" class="wp-table-reloaded wp-table-reloaded-id-8">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">B (blue)</th><th class="column-3">B (blue)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">b (red)</td><td class="column-2">Bb (purple)</td><td class="column-3">Bb (purple)</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">b (red)</td><td class="column-2">Bb (purple)</td><td class="column-3">Bb (purple)</td>
	</tr>
</tbody>
</table>

<p>As you can see, the most blue flowers will result if we cross a blue tree with another blue tree. We tested each instance in which there was any blue allele present. (BB) plants true breeding and can ONLY produce blue flowers, meaning 100% of offspring will show the wanted phenotype. You can&#8217;t get any better than that.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-incomplete-dominance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Genetic Crosses: Monohybrid Crosses</title>
		<link>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-monohybrid-crosses/</link>
		<comments>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-monohybrid-crosses/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:21:53 +0000</pubDate>
		<dc:creator>ElersonGL</dc:creator>
				<category><![CDATA[Biology 101]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[dominant]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[heterozygote]]></category>
		<category><![CDATA[homozygote]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[recessive]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[testcross]]></category>

		<guid isPermaLink="false">http://mypersonalsciencenerd.com/?p=170</guid>
		<description><![CDATA[The opener to my series on solving basic genetics word problems. Enjoy!]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-180" title="karyptype" src="http://mypersonalsciencenerd.com/wp-content/uploads/2009/10/karyptype.png" alt="karyptype" width="700" height="392" /></p>
<p>In zebras, purple eyes are dominant to yellow ones. (I don&#8217;t know if this is true, but just go with it.)  A purple-eyed zebra-man has little zebralets with yellow-eyed zebra babe: 487 purple-eyed 520 yellow-eyed. What are the genotypes of the man and his kids? What are the probabilities of their possible children?</p>
<p>We&#8217;ll call the purple allele (P) because it&#8217;s dominant, and we&#8217;ll call the yellow allele (p) because it&#8217;s the recessive version of the gene. Now that we know how we&#8217;re gonna write the genotype of the parents, let&#8217;s figure those genotypes out.</p>
<p>We know that the female genotype is (pp) because we were told that, in this example, yellow is both recessive and the color of the female&#8217;s eyes.</p>
<p>Dad&#8217;s genotype is going to be a little harder to decide &#8211; but not much. Remember that with dominant alleles, both homozygotes and heterozygotes will show the dominant phenotype. If you&#8217;re not really good with the genetic jargan, that means that Dad will have purple eyes whether his genotype is (PP) or (Pp). That&#8217;s where we come in; we have to figure out which one he is.</p>
<p>This is usually where most people have problems. &#8220;Uhhhh&#8230; what now?&#8221; What a great question. Let&#8217;s figure out the children&#8217;s genotypes &#8211; since we already figured out everybody else&#8217;s. There are both purple and yellow eyed kids. That means that there are either (Pp) or (PP) AND there are (pp) represented.</p>
<p>REMEMBER that the children can only get alleles from mom and dad. SO if mom and dad don&#8217;t have them, the children can&#8217;t. Since Mom&#8217;s genotype is (pp), then she can only give (p) alleles to her kids. Since we know that there is going to be at least one (p) in all the kids, we can deduce that NONE of the kids will be (PP) and that the purple-eyed kids will have (Pp) as their genotype.</p>
<p>HEY! Wait a sec, we missed something. OH YEAH, we can also figure out Dad&#8217;s genotype now. Remember what I said earlier about kids only being able to get alleles from the parents? Let&#8217;s look at those yellow eyed kids again. They have a genotype of (pp) and we already know that one of those (p)&#8217;s came from Mom&#8230; so what about the OTHER one? It had to come from Dad, who has purple eyes. THEREFORE, his genotype must be (Pp).</p>
<p>FINALLY, we did ALL THAT WORK. Phew! But let&#8217;s check the question to make sure that we answered the question. I made that mistake a lot when I took genetics- so check to make sure that you&#8217;re done. There were two parts: genotype and probability. We know that Dad&#8217;s genotype is (Pp) and that his children are (Pp) and (pp). BUT we haven&#8217;t figured out the probabilities yet. Sorry.</p>
<p>It&#8217;s not that bad. Quit whining. Let&#8217;s just do this. It&#8217;s all down hill from here. Watch.</p>
<p>Mom: (pp)</p>
<p>Dad: (Pp)</p>

<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1">
<thead>
	<tr class="row-1 odd">
		<th class="column-1"></th><th class="column-2">P (dominant)</th><th class="column-3">p (recessive)</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">p (recessive)</td><td class="column-2">Pp</td><td class="column-3">pp</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">p (recessive)</td><td class="column-2">Pp</td><td class="column-3">pp</td>
	</tr>
</tbody>
</table>

<p>If you didn&#8217;t get it that easily, check out my article on understanding Punnett Squares. But as you can see on the graph, 2/4 of the children are (Pp) and the other 2/4 are (pp). THEREFORE, we know that 0.5 of the children are (Pp) and the other 0.5 are (pp). And that makes sense seeing as 487+520 are 1007, and both numbers are just about half. NOW, we&#8217;re done.</p>
<p>Let&#8217;s recap the rules that we learned.</p>
<ol>
<li>Name the alleles with the letter of the dominant. That way, it&#8217;s easier to remember which one is dominant.</li>
<li>The DOMINANT is capitalized and the recessive is not.</li>
<li>Use the genotypes of what&#8217;s given to find out the genotypes of what&#8217;s not.</li>
<li>If statistics are given, check the given data with the stats to make sure it makes sense.</li>
</ol>
<p>.</p>
<p>Best of Luck,</p>
<p>Grey</p>
]]></content:encoded>
			<wfw:commentRss>http://mypersonalsciencenerd.com/overallblog/bio1/rules-for-genetic-crosses-monohybrid-crosses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
