<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Expected Error Histograms from Illumina 36bp Reads</title>
	<atom:link href="http://lingpipe-blog.com/2010/05/10/expected-error-histograms-from-illumina-36bp-reads/feed/" rel="self" type="application/rss+xml" />
	<link>http://lingpipe-blog.com/2010/05/10/expected-error-histograms-from-illumina-36bp-reads/</link>
	<description>Natural Language Processing and Text Analytics</description>
	<lastBuildDate>Sun, 28 Apr 2013 22:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: lingpipe</title>
		<link>http://lingpipe-blog.com/2010/05/10/expected-error-histograms-from-illumina-36bp-reads/#comment-7097</link>
		<dc:creator><![CDATA[lingpipe]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=3980#comment-7097</guid>
		<description><![CDATA[Thanks for the clarification.  I&#039;ll link to the comment from the erroneous part of the blog post itself.

Here&#039;s a link to Bowtie&#039;s doc for their &lt;a href=&quot;http://bowtie-bio.sourceforge.net/manual.shtml#the--n-alignment-mode&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;--n&lt;/code&gt; alignment mode&lt;/a&gt;.  It uses the sum of the quality scores at the mismatched base positions (quality here is probability of error on on a Phred scale), requiring it to be below a given threshold, and giving priority to better scores in cases of conflicts.  They note that the backtracking size needs to be  high in order to guarantee correctness (i.e. not make search mistakes).  

I guess you could call this &quot;quality aware&quot;, but it&#039;s not the kind of thing I was thinking about, which would actually use all the base probabilities in scoring the whole alignment.   Like, say, GnuMap does.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the clarification.  I&#8217;ll link to the comment from the erroneous part of the blog post itself.</p>
<p>Here&#8217;s a link to Bowtie&#8217;s doc for their <a href="http://bowtie-bio.sourceforge.net/manual.shtml#the--n-alignment-mode" rel="nofollow"><code>--n</code> alignment mode</a>.  It uses the sum of the quality scores at the mismatched base positions (quality here is probability of error on on a Phred scale), requiring it to be below a given threshold, and giving priority to better scores in cases of conflicts.  They note that the backtracking size needs to be  high in order to guarantee correctness (i.e. not make search mistakes).  </p>
<p>I guess you could call this &#8220;quality aware&#8221;, but it&#8217;s not the kind of thing I was thinking about, which would actually use all the base probabilities in scoring the whole alignment.   Like, say, GnuMap does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael</title>
		<link>http://lingpipe-blog.com/2010/05/10/expected-error-histograms-from-illumina-36bp-reads/#comment-7089</link>
		<dc:creator><![CDATA[Mikael]]></dc:creator>
		<pubDate>Sun, 13 Jun 2010 21:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://lingpipe-blog.com/?p=3980#comment-7089</guid>
		<description><![CDATA[Actually, Bowtie does use quality scores, although you can set the program options so that it doesn&#039;t. The default setting for Bowtie is to allow a certain number of mismatches in a &quot;seed&quot; region and, given that the read passed that first criterion, allow mismatches as long as their combined quality score does not pass a certain threshold.]]></description>
		<content:encoded><![CDATA[<p>Actually, Bowtie does use quality scores, although you can set the program options so that it doesn&#8217;t. The default setting for Bowtie is to allow a certain number of mismatches in a &#8220;seed&#8221; region and, given that the read passed that first criterion, allow mismatches as long as their combined quality score does not pass a certain threshold.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
