<?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>The Molecular Ecologist</title>
	<atom:link href="http://www.molecularecologist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.molecularecologist.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 14:15:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Calculating pair-wise, unbiased Fst with R:</title>
		<link>http://www.molecularecologist.com/2012/05/calculating-pair-wise-unbiased-fst-with-r/</link>
		<comments>http://www.molecularecologist.com/2012/05/calculating-pair-wise-unbiased-fst-with-r/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:02:43 +0000</pubDate>
		<dc:creator>Mark Christie</dc:creator>
				<category><![CDATA[methods]]></category>
		<category><![CDATA[population genetics]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1787</guid>
		<description><![CDATA[Calculating Weir and Cockerham’s FST is very useful because it is unbiased with respect to sample size (Weir and Cockerham 1984).  Without adjusting allele frequency estimates with respect to sample sizes, estimates of FST can be upwardly biased (see Waples &#8230; <a href="http://www.molecularecologist.com/2012/05/calculating-pair-wise-unbiased-fst-with-r/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Calculating Weir and Cockerham’s F<sub>ST</sub> is very useful because it is unbiased with respect to sample size (<a href="http://www.jstor.org/discover/10.2307/2408641?uid=2129&amp;uid=3739616&amp;uid=2&amp;uid=70&amp;uid=4&amp;uid=3739256&amp;sid=21100799259321" target="_blank">Weir and Cockerham 1984</a>).  Without adjusting allele frequency estimates with respect to sample sizes, estimates of F<sub>ST</sub> can be upwardly biased (see<a href="http://jhered.oxfordjournals.org/content/89/5/438.full.pdf+html" target="_blank"> Waples 1998</a>; note that precision may still be low).  Of course there has been lively debate about the utility and appropriate usage of F<sub>ST</sub> (see <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1755-0998.2010.02927.x/abstract" target="_blank">Meirmans and Hedrick 2011</a> and <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1365-294X.2010.04996.x/abstract" target="_blank">Whitlock 2011</a> as just a few recent examples).  Nevertheless, F<sub>ST </sub>still remains a commonly used metric that will likely be used for years to come (if only for comparative purposes).  There are a large number of stand-alone programs that can calculate unbiased F statistics (too many to mention), and they all do an excellent job.  However, if you are working with genetic data in R, then it can be useful to calculate this metric directly, without having to export your data to a standalone program.  This can be particularly useful if you are employing a large number of iterations/simulations etc.</p>

<p>The way that I calculate pair-wise theta is by using the R library <a href="http://www.sophie-ancelet.com/index.php?option=com_content&amp;view=article&amp;id=52&amp;Itemid=61&amp;lang=enhttp://" target="_blank">Geneclust</a> (<a href="http://www.sophie-ancelet.com/images/stories/geneclust.pdf" target="_blank">Ancelet and Guillot</a>).  Geneclust does much more than calculate F<sub>ST</sub>, but I found this library to be particularly useful at achieving these ends.  I have run across a few other packages that calculate F<sub>ST</sub> in R, but not Weir and Cockerham’s unbiased formulation (Please correct me in the comments if you know of other libraries).  To install Geneclust in R, simply type “install.packages(c(&#8220;Geneclust&#8221;,&#8221;deldir&#8221;,&#8221;fields&#8221;,&#8221;spatial&#8221;)”.  Below is the code I use to calculate pair-wise Fst values.  As with the allele frequency example, I have again used the <a href="http://datadryad.org/handle/10255/dryad.35438" target="_blank">Beech data</a> as a nice example (here modified as a tab-delimited text file: <a href="http://www.molecularecologist.com/wp-content/uploads/2012/05/DataMEC-11-0816.R1.txt">DataMEC-11-0816.R1</a>).   I have checked these values against FSTAT and they give identical results, but more double-checking couldn’t hurt.   I hope you find this useful – and please feel free to proffer suggestions, recommendations, opinions etc.</p>

<p>Script posted here:  <a href="http://www.molecularecologist.com/wp-content/uploads/2012/05/Pairwise-WeirCockerhams-FST.r1.txt">Fst_script.txt</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F05%2Fcalculating-pair-wise-unbiased-fst-with-r%2F&amp;title=Calculating%20pair-wise%2C%20unbiased%20Fst%20with%20R%3A" id="wpa2a_2"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/05/calculating-pair-wise-unbiased-fst-with-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 Update to the NGS Field Guide</title>
		<link>http://www.molecularecologist.com/2012/04/2012-update-to-the-ngs-field-guide/</link>
		<comments>http://www.molecularecologist.com/2012/04/2012-update-to-the-ngs-field-guide/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 18:13:30 +0000</pubDate>
		<dc:creator>Travis Glenn</dc:creator>
				<category><![CDATA[next generation sequencing]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1754</guid>
		<description><![CDATA[After many months of essentially no updates worth mentioning, Ion Torrent announced their Proton sequencer on the morning of January 10th, followed later that same day by an announcement from Illumina of their upgraded HiSeq 2500. This of course, caused &#8230; <a href="http://www.molecularecologist.com/2012/04/2012-update-to-the-ngs-field-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After many months of essentially no updates worth mentioning, Ion Torrent announced their <a href="http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Sequencing/Semiconductor-Sequencing/proton.html">Proton sequencer</a> on the morning of January 10th, followed later that same day by an <a href="http://www.illumina.com/systems/hiseq_systems/hiseq_2500_1500/performance_specifications.ilmn">announcement from Illumina</a> of their upgraded HiSeq 2500. This of course, caused some significant heartburn to all of us who were several months into the process of writing NSF equipment grant proposals (and had 2 weeks to modify them).</p>

<p>This was followed by the &#8220;<a href="http://pathogenomics.bham.ac.uk/blog/2012/02/oxford-nanopore-megaton-announcement-why-do-you-need-a-machine-exclusive-interview-for-this-blog/">megaton announcement</a>&#8221; of the <a href="http://www.nanoporetech.com">gridION and minION nanopore sequencers</a> at AGBT in February. Now, we&#8217;ll have to see if anyone gets a sequencer funded from all those NSF proposals written prior to Oxford Nanopore&#8217;s announcement.</p>

<p>After some grieving, I put together the update for the <a href="http://www.molecularecologist.com/next-gen-fieldguide/">2012 Field Guide</a>. I have done my best to make the comparisons apples to apples, but that&#8217;s pretty tough to do with the nanopore sequencers (there is no set run time or number of reads, length distributions are unknown, etc.). So, you will see that I&#8217;ve had to be kind of creative in some places, and the numbers may well be overly optimistic.</p>

<p>Nick Loman has some nice summaries of the <a href="http://pathogenomics.bham.ac.uk/blog/2012/01/ion-torrent-proton-the-chip-is-not-the-machine/">Proton</a> and <a href="http://pathogenomics.bham.ac.uk/blog/2012/02/oxford-nanopore-introduces-dna-strand-sequencing-on-the-high-throughput-gridion-platform-and-presents-minion-a-sequencer-the-size-of-a-usb-memory-stick/">Nanopore</a> sequencers. Keith Robinson&#8217;s OMICS! OMICS! posts on the <a href="http://omicsomics.blogspot.com/2012/02/oxford-nanopore-doesnt-disappoint.html">nanopore sequencers</a>, <a href="http://omicsomics.blogspot.com/2011/12/reflecting-on-year-of-ion-torrent.html">Ion Torrent</a>, and <a href="http://omicsomics.blogspot.com/2011/01/my-oh-my-oh-miseq.html">MiSeq</a> (as well as others) are also insightful.</p>

<p>Hopefully these updated Field Guide tables will be of some utility to folks:</p>

<p><a href="http://www.molecularecologist.com/next-gen-fieldguide/">2012 NGS Field Guide</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F04%2F2012-update-to-the-ngs-field-guide%2F&amp;title=2012%20Update%20to%20the%20NGS%20Field%20Guide" id="wpa2a_4"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/04/2012-update-to-the-ngs-field-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating allele frequencies in R&#8230;&#8230;</title>
		<link>http://www.molecularecologist.com/2012/03/calculating-allele-frequencies-in-r/</link>
		<comments>http://www.molecularecologist.com/2012/03/calculating-allele-frequencies-in-r/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 00:00:14 +0000</pubDate>
		<dc:creator>Mark Christie</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1660</guid>
		<description><![CDATA[Here is a simple annotated script to quickly calculate, output, and graph allele frequencies in R.  Here I have  downloaded data (via dryad) from Lander et al. 2011 of a European Beech data set genotyped at 13 microsatellite markers.  I &#8230; <a href="http://www.molecularecologist.com/2012/03/calculating-allele-frequencies-in-r/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a simple <a href="http://www.molecularecologist.com/wp-content/uploads/2012/03/Allelefrequency_calculations2.txt">annotated script</a> to quickly calculate, output, and graph allele frequencies in R.  Here I have  downloaded data (via dryad) from <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1365-294X.2011.05356.x/abstract;jsessionid=EB664B52F092D4C6284EBDB9740D48AF.d01t03" target="_blank">Lander et al. 2011</a> of a <a href="http://datadryad.org/handle/10255/dryad.35438" target="_blank">European Beech data set</a> genotyped at 13 microsatellite markers.  I have used a single population as the <a href="http://www.molecularecologist.com/wp-content/uploads/2012/03/BeechData_east1.txt">example data set</a>.</p>

<p>Here is the output from the script at one locus:</p>

<table border="0" cellspacing="0" cellpadding="0" width="256"><colgroup> <col span="4" width="64"></col> </colgroup>
<tbody>
<tr height="20">
<td width="64" height="20">Locus</td>
<td width="64">allele</td>
<td width="64">count</td>
<td width="64">frequency</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>107</td>
<td>2</td>
<td>0.001751</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>111</td>
<td>699</td>
<td>0.612084</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>115</td>
<td>2</td>
<td>0.001751</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>117</td>
<td>150</td>
<td>0.131349</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>119</td>
<td>2</td>
<td>0.001751</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>123</td>
<td>55</td>
<td>0.048161</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>125</td>
<td>68</td>
<td>0.059545</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>127</td>
<td>85</td>
<td>0.074431</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>129</td>
<td>76</td>
<td>0.06655</td>
</tr>
<tr height="20">
<td height="20">mfc7</td>
<td>131</td>
<td>3</td>
<td>0.002627</td>
</tr>
</tbody>
</table>

<p>and here is a plot of allele frequencies at a different locus:  <a href="http://www.molecularecologist.com/wp-content/uploads/2012/03/Allelefreq2.pdf">Allele frequency plot</a></p>

<p>Please keep in mind that this is only one example of how to calculate allele frequencies.  Feel free to add your own suggestions or improvements in the comments.  If anybody has a script that calculates unbiased allele frequencies (with respect to sample size), I would be happy to post that as well.</p>

<table width="640" height="38">
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F03%2Fcalculating-allele-frequencies-in-r%2F&amp;title=Calculating%20allele%20frequencies%20in%20R%26%238230%3B%26%238230%3B" id="wpa2a_6"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/03/calculating-allele-frequencies-in-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MoleculaR analyses with R:</title>
		<link>http://www.molecularecologist.com/2012/02/molecular-analyses-with-r/</link>
		<comments>http://www.molecularecologist.com/2012/02/molecular-analyses-with-r/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 15:48:44 +0000</pubDate>
		<dc:creator>Mark Christie</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1648</guid>
		<description><![CDATA[R is a powerful data analysis environment that has a large number of useful features.  Chief among them are: (1) it is open source and freely distributed, meaning you can download and install it on any computer you have access &#8230; <a href="http://www.molecularecologist.com/2012/02/molecular-analyses-with-r/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>R is a powerful data analysis environment that has a large number of useful features.  Chief among them are: (1) it is open source and freely distributed, meaning you can download and install it on any computer you have access to, (2) it runs on Windows, Macs, and Linux machines, (3) it is continually updated, monitored, and improved upon by a dedicated team of computer scientists, statisticians, and researchers, (4) the underlying algorithms in the written functions are quite adaptable, somewhat forgiving, and remarkably efficient, (5) the syntax of the language is very intuitive (newbies may scoff at this, so you may have to take my word on this) and (6) there are a vast array of user-contributed packages that allow for many specialized forms of data analysis (two random examples: multivariate analyses [ade4], map drawing [maptools]).</p>

<p>One attribute of R that unfortunately makes people choose other platforms is that it is largely a command line interface.  This means that there is very little pointing and clicking involved.  It also means that there is some syntax that has to be learned, which can intimidate those new to coding.  I will admit that there certainly is a learning period involved, but the advantages are well worth the effort.  With the command-line interface you can perform nearly any analysis that you can think up.  As a molecular ecologist this is an invaluable skill as genetic data often must be analyzed in novel or non-traditional ways.  My best advice is simply to dive in!  Immersing yourself in the language (i.e., forcing yourself to do all analyses in R) for a short period of time is the quickest way to learn.  Why not be productive at the same time?  Try to run an ANOVA or t-test on some data you have been waiting to analyze.</p>

<p>In the next few posts I will provide some simple walkthroughs to (1) import data and calculate allele frequencies from genotype data, (2) calculate Weir and Cockerham’s unbiased Fst, (3) look at some multivariate packages for population genetics and genomics and (4) explore ways to create publication-quality figures.  Below are some vital links for getting started with R.  Keep in mind that there is a very large community of R users and much help can be found online with a search engine.   Please feel free to recommend other resources and/or tips in the comments:</p>

<p>The main R webpage:  <a href="http://www.r-project.org/">http://www.r-project.org/</a></p>

<p>What R is all about:  <a href="http://www.r-project.org/about.html">http://www.r-project.org/about.html</a></p>

<p><a href="http://cran.r-project.org/doc/contrib/Short-refcard.pdf" target="_blank">The R card</a>: very useful for learning syntax.</p>

<p><a href="http://cran.r-project.org/manuals.html" target="_blank">R introductory manuals</a>.</p>

<p><a href="http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/" target="_blank">R commander</a>: a point and click graphical user interface for R, which simultaneously displays the code in R – great for users intimidated by the command line.</p>

<p><a href="http://www.sciviews.org/Tinn-R/" target="_blank">TINN-R </a>: A essential text editor for Windows users**.</p>

<p><a href="http://www.rseek.org/" target="_blank">RSeek</a>: A search field that only returns results relevant to R.</p>

<p><a href="http://www.statmethods.net/">QuickR</a>:  Useful walkthroughs for some basic functions/calculations.</p>

<p><a href="http://journal.r-project.org/">The R Journal</a>: useful tidbits for more advanced users.</p>

<p>**(Using a text editor that interfaces with R is a great idea.  That way you can save, easily manipulate, and send code to R.  If you don’t save your code, you will forget it.  It is also a great way to document all of your analytical steps in a study such that you can go back and easily repeat what you did years from now).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F02%2Fmolecular-analyses-with-r%2F&amp;title=MoleculaR%20analyses%20with%20R%3A" id="wpa2a_8"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/02/molecular-analyses-with-r/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great post about a Mol Ecol paper</title>
		<link>http://www.molecularecologist.com/2012/02/great-post-about-a-mol-ecol-paper/</link>
		<comments>http://www.molecularecologist.com/2012/02/great-post-about-a-mol-ecol-paper/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 22:49:45 +0000</pubDate>
		<dc:creator>Tim Vines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1637</guid>
		<description><![CDATA[Noah Reid over at Nothing in Biology has written a wide ranging and very interesting post about a recent Mol Ecol paper on inbreeding depression in bighorn sheep. I particularly liked this part: &#8220;I found this paper fascinating in that &#8230; <a href="http://www.molecularecologist.com/2012/02/great-post-about-a-mol-ecol-paper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Noah Reid over at <a href="http://nothinginbiology.org/">Nothing in Biology</a> has written a wide ranging and very interesting post about a recent Mol Ecol <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1365-294X.2011.05427.x/abstract">paper</a> on inbreeding depression in bighorn sheep. I particularly liked this part:</p>

<p>&#8220;I found this paper fascinating in that it is the first I’ve read that tries to examine the genomic architecture of this important phenomenon. As the authors note, similar analyses have been conducted in the past, but they are often directed at specifically trying to find loci that cause incompatibility between populations in the context of speciation, rather than examining this complex phenomenon.&#8221;</p>

<p>The whole post is <a href="http://nothinginbiology.org/2011/11/15/a-post-on-one-of-biologys-most-confounding-riddles-the-latitudinal-gradient-in-biodiversity/">here</a>. There&#8217;s also an excellent perspective piece by Zach Gompert that accompanies the Miller et al. paper, and both will very likely appear in issue 21.6 (mid March).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F02%2Fgreat-post-about-a-mol-ecol-paper%2F&amp;title=Great%20post%20about%20a%20Mol%20Ecol%20paper" id="wpa2a_10"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/02/great-post-about-a-mol-ecol-paper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do famous researchers have biased perceptions of peer review?</title>
		<link>http://www.molecularecologist.com/2012/02/do-famous-researchers-have-biased-perceptions-of-peer-review/</link>
		<comments>http://www.molecularecologist.com/2012/02/do-famous-researchers-have-biased-perceptions-of-peer-review/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:18:03 +0000</pubDate>
		<dc:creator>Tim Vines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1632</guid>
		<description><![CDATA[I thought some of you would be interested in this: http://scholarlykitchen.sspnet.org/2012/02/01/the-famous-grouse-do-prominent-scientists-have-biased-perceptions-of-peer-review/&#8230;]]></description>
			<content:encoded><![CDATA[<p>I thought some of you would be interested in this:</p>

<p><a href="http://scholarlykitchen.sspnet.org/2012/02/01/the-famous-grouse-do-prominent-scientists-have-biased-perceptions-of-peer-review/">http://scholarlykitchen.sspnet.org/2012/02/01/the-famous-grouse-do-prominent-scientists-have-biased-perceptions-of-peer-review/</a>&#8230;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F02%2Fdo-famous-researchers-have-biased-perceptions-of-peer-review%2F&amp;title=Do%20famous%20researchers%20have%20biased%20perceptions%20of%20peer%20review%3F" id="wpa2a_12"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/02/do-famous-researchers-have-biased-perceptions-of-peer-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A penny for your method: AMPure Substitute</title>
		<link>http://www.molecularecologist.com/2012/01/a-penny-for-your-method-ampure-substitute/</link>
		<comments>http://www.molecularecologist.com/2012/01/a-penny-for-your-method-ampure-substitute/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:13:24 +0000</pubDate>
		<dc:creator>Brant Faircloth</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[next generation sequencing]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1614</guid>
		<description><![CDATA[This week may stand as the most exciting week of the year for decreasing the cost of PCR cleanup, DNA cleanup, and library prep. Why, you ask? Because a great paper was published over in Genome Research by Nadin Rohland &#8230; <a href="http://www.molecularecologist.com/2012/01/a-penny-for-your-method-ampure-substitute/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This week may stand as the most exciting week of the year for decreasing the cost of PCR cleanup, DNA cleanup, and library prep.  Why, you ask?  Because a great paper was published over in <a href="http://genome.cshlp.org/">Genome Research</a> by <a href="http://genepath.med.harvard.edu/~reich/Reich_People.htm">Nadin Rohland and David Reich</a> entitled <a href="http://genome.cshlp.org/content/early/2012/01/20/gr.128124.111.abstract">&#8220;Cost-effective, high-throughput DNA sequencing libraries for multiplexed target capture&#8221;</a>.</p>

<p>Among several great nuggets within this paper is what the authors describe as a &#8220;[replacement for] a commonly used commercial kit (AMPure XP kit) for SPRI-clean-up steps with a home-made mix&#8221;, and in the <a href="http://genome.cshlp.org/content/suppl/2012/01/20/gr.128124.111.DC1/Supplements_1_18_2012.pdf">supplementary information</a> (available to everyone), they provide the components of this home-made mix.</p>

<p>Below, I&#8217;ve added a gel image illustrating differences between this home-brew mix and commercial AMPure XP &#8211; I refer to the home-brew mix by the name of the beads in solution (SeraMag Speed Beads).  The numbers above each lane show the ratio of AMPure or SeraMag Speed Beads used to product being cleaned &#8211; in this case, the product being &#8220;cleaned&#8221; is the same ladder on the far left of each image.</p>

<p><a href="http://www.molecularecologist.com/wp-content/uploads/2012/01/fai-ampure-speedbead-side-annotated.jpg"><img src="http://www.molecularecologist.com/wp-content/uploads/2012/01/fai-ampure-speedbead-side-annotated-1024x607.jpg" alt="" title="fai-ampure-speedbead-side-annotated" width="640" height="379" class="aligncenter size-large wp-image-1615" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2012%2F01%2Fa-penny-for-your-method-ampure-substitute%2F&amp;title=A%20penny%20for%20your%20method%3A%20AMPure%20Substitute" id="wpa2a_14"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2012/01/a-penny-for-your-method-ampure-substitute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winter break</title>
		<link>http://www.molecularecologist.com/2011/12/winter-break/</link>
		<comments>http://www.molecularecologist.com/2011/12/winter-break/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:49:47 +0000</pubDate>
		<dc:creator>Tim Vines</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1600</guid>
		<description><![CDATA[Since all the bloggers are heading back to their homes and log fires for the Christmas break, we&#8217;re going to put the blog on hold until early in 2012&#8230; we hope to see you then!]]></description>
			<content:encoded><![CDATA[<p>Since all the bloggers are heading back to their homes and log fires for the Christmas break, we&#8217;re going to put the blog on hold until early in 2012&#8230; we hope to see you then!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2011%2F12%2Fwinter-break%2F&amp;title=Winter%20break" id="wpa2a_16"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2011/12/winter-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lego my regex</title>
		<link>http://www.molecularecologist.com/2011/12/lego-my-regex/</link>
		<comments>http://www.molecularecologist.com/2011/12/lego-my-regex/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:22:29 +0000</pubDate>
		<dc:creator>Brant Faircloth</dc:creator>
				<category><![CDATA[bioinformatics]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1580</guid>
		<description><![CDATA[Regular expressions are something that pretty much everyone working with more than a handful of data should take the time to learn (a handful being around 500 lines). They can easily improve your life, particularly if you&#8217;ve ever had to &#8230; <a href="http://www.molecularecologist.com/2011/12/lego-my-regex/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Regular_expressions">Regular expressions</a> are something that pretty much everyone working with more than a handful of data should take the time to learn (a handful being around 500 lines).  They can easily improve your life, particularly if you&#8217;ve ever had to make multiple, mind-numbing changes over more than about 50 lines of an excel file, for instance.  They can also be terribly frustrating to learn and often are similar in appearance to <a href="http://en.wikipedia.org/wiki/Sumerian_language">Sumerian</a> for the uninitiated.  All that&#8217;s changing &#8211; <a href="http://en.wikipedia.org/wiki/Zed_Shaw">Zed Shaw&#8217;s</a> excellent <a href="http://learncodethehardway.org/">series of books</a> now delves into regular expression territory (the tutorials for other languages are also very, very good), and it&#8217;s a learning exercise that&#8217;s worth looking into (keep in mind that this is an early &#8220;alpha&#8221; version that is evolving):</p>

<p><a href="http://regex.learncodethehardway.org/">http://regex.learncodethehardway.org/</a></p>

<p>Decent knowledge of regular expressions combined with a <a href="http://www.vim.org/">very</a> <a href="http://www.gnu.org/s/emacs/">good</a> <a href="http://macromates.com/">text</a> <a href="http://projects.gnome.org/gedit/">editor</a> and perhaps a <a href="http://code.google.com/p/google-refine/">data manipulation tool</a> can fundamentally change the way you work, increase repeatability, and improve your science.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2011%2F12%2Flego-my-regex%2F&amp;title=Lego%20my%20regex" id="wpa2a_18"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2011/12/lego-my-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A penny for your method: Nutator</title>
		<link>http://www.molecularecologist.com/2011/12/a-penny-for-your-method-nutator/</link>
		<comments>http://www.molecularecologist.com/2011/12/a-penny-for-your-method-nutator/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 05:38:46 +0000</pubDate>
		<dc:creator>Brant Faircloth</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[next generation sequencing]]></category>

		<guid isPermaLink="false">http://www.molecularecologist.com/index.php?p=1568</guid>
		<description><![CDATA[This one requires a little ingenuity on your part (and perhaps some craft, duct tape, construction, and/or welding skills). A nutator (AKA nutating mixer or rotating mixer) is a gently rocking/rotating platform useful for continuously and gently mixing samples. They &#8230; <a href="http://www.molecularecologist.com/2011/12/a-penny-for-your-method-nutator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This one requires a little ingenuity on your part (and perhaps some craft, duct tape, construction, and/or welding skills).</p>

<p>A nutator (AKA nutating mixer or rotating mixer) is a gently rocking/rotating platform useful for continuously and gently mixing samples.  They are particularly useful if you&#8217;re doing bead-binding sorts of operations &#8211; like binding biotinylated oligos to streptavidin-coated beads.  This is a pretty common workflow for lots of tasks including one that is increasingly useful&#8230; target enrichment (AKA sequence capture or solution hybridization).</p>

<p><span id="more-1568"></span></p>

<p>Anyway, if you have a nutator, then that&#8217;s super.  I don&#8217;t, and they&#8217;re far more expensive than they should be.  So, I offer you a very inexpensive solution:  a <a href="http://www.amazon.com/GrillPro-60090-Universal-Rotisserie-Grills/dp/B000FJVKPA">rotisserie kit</a>. The kit nets you the all-important spit pole and is a one-stop solution, but you can also buy just the <a href="http://www.amazon.com/GrillPro-60013-Replacement-Rotisserie-Motor/dp/B0000E2RH5">motor</a> and get the rest of what you need at a decent hardware store.</p>

<p>Once you have the kit in hand, you can get fancy if you like (or, if you can weld). If you don&#8217;t want to get fancy, string this bad-boy up between two of the thousands of styrofoam coolers you have in the lab.  Make some styrofoam squares with holes in the middle (the spit pole goes though these), and affix your sample to be nutated to one side of the square (ensure you&#8217;re using decent tubes that close well).  Repeat for as many samples as you need to nutate.  Make more squares if needed.  This also works for strip-tubes and well-sealed plates.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.molecularecologist.com%2F2011%2F12%2Fa-penny-for-your-method-nutator%2F&amp;title=A%20penny%20for%20your%20method%3A%20Nutator" id="wpa2a_20"><img src="http://www.molecularecologist.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.molecularecologist.com/2011/12/a-penny-for-your-method-nutator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

