<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"> <channel><title>Campagne Laboratory</title> <link>http://campagnelab.org</link> <description>News about research from the Campagne laboratory.</description> <lastBuildDate>Sat, 21 Apr 2012 15:48:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/campagnelab" /><feedburner:info uri="campagnelab" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.76842</geo:lat><geo:long>-73.96045</geo:long><item><title>BAM Goby tiny size benchmark for paired-end data</title><link>http://feedproxy.google.com/~r/campagnelab/~3/gevYPFgAmok/</link> <comments>http://campagnelab.org/bam-goby-tiny-size-benchmark-for-paired-end-data/#comments</comments> <pubDate>Fri, 16 Mar 2012 13:48:04 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3547</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/bam-goby-tiny-size-benchmark-for-paired-end-data/"></g:plusone></div> There has been some confusion regarding Goby, the file sizes it produces and what kind of data it keeps (emails on samtools-devel and SEQAnswers). I realize the confusion is likely due to problems in the conversion tool we provided with earlier versions of Goby (Goby mode called sam-to-compact). I wanted to indicate here that we [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/bam-goby-tiny-size-benchmark-for-paired-end-data/"></g:plusone></div><p>There has been some confusion regarding Goby, the file sizes it produces and what kind of data it keeps (emails on samtools-devel and SEQAnswers). I realize the confusion is likely due to problems in the conversion tool we provided with earlier versions of Goby (Goby mode called sam-to-compact). I wanted to indicate here that we recently fixed a number of problems with this conversion tool. A much improved one is included in [URL="http://campagnelab.org/software/goby/download-goby/"]Goby 1.9.8.4[/URL].</p><p>To help clear some confusion, we have prepared a small benchmark. We obtained simulated paired-end data from GASV (here: <a
href="http://code.google.com/p/gasv/downloads/detail?name=Example.bam">http://code.google.com/p/gasv/downloads/detail?name=Example.bam</a>). This file is 80MB and was converted to Goby format as follows (using 1.9.8.4):</p><p>java  -Dlog4j.configproperties=goby_1.9.8.4/config/log4j-sample.properties -jar goby_1.9.8.4/goby.jar -m sam-to-compact -i Example.bam -o Example-sorted &#8211;sorted</p><p>The resulting files are:</p><table
width="359.0" cellspacing="0" cellpadding="0"><tbody><tr><td
valign="middle"></td><td
valign="middle"></td></tr><tr><td
valign="middle">33M</td><td
valign="middle"><a
href="http://dl.dropbox.com/u/357497/BAM-Goby-tiny-benchmark/Example-sorted.entries">Example-sorted.entries </a></td></tr><tr><td
valign="middle">97B</td><td
valign="middle"><a
href="http://dl.dropbox.com/u/357497/BAM-Goby-tiny-benchmark/Example-sorted.header">Example-sorted.header</a></td></tr><tr><td
valign="middle">1.5K</td><td
valign="middle"><a
href="http://dl.dropbox.com/u/357497/BAM-Goby-tiny-benchmark/Example-sorted.index">Example-sorted.index</a></td></tr><tr><td
valign="middle">22B</td><td
valign="middle"><a
href="http://dl.dropbox.com/u/357497/BAM-Goby-tiny-benchmark/Example-sorted.tmh">Example-sorted.tmh </a></td></tr></tbody></table><p>&nbsp;</p><p>This alignment is sorted can be loaded into IGV 2+. One can verify then the type of information preserved in Goby format (variations, quality scores over mutations, pairs, etc). You can load this alignment by URL, in IGV, select open URL and enter:</p><p>http://dl.dropbox.com/u/357497/BAM-Goby-tiny-benchmark/Example-sorted.entries</p><p>The simulated data can be seen at chr17:1-4,315 (and beyond):</p><div
class="wp-caption alignnone" style="width: 160px"><a
href="http://campagnelab.org/wp-content/uploads/2012/03/IGV-Example-sorted-chr17.png"><img
title="IGV-Example-sorted-chr17" src="http://campagnelab.org/wp-content/uploads/2012/03/IGV-Example-sorted-chr17-150x150.png" alt="" width="150" height="150" /></a><p
class="wp-caption-text">Viewing Example-sorted in IGV (click for larger snapshot)</p></div><p>&nbsp;</p><p>The input file was:</p><table
width="359.0" cellspacing="0" cellpadding="0"><tbody><tr><td
valign="middle">80M</td><td
valign="middle"><a
href="http://code.google.com/p/gasv/downloads/detail?name=Example.bam">Example.bam</a></td></tr><tr><td
valign="middle">207K</td><td
valign="middle">Example.bam.bai</td></tr></tbody></table><p>It is worth noting that the 80M input file is a simulation with very low random coverage. Compression are often much better on less random data files (both for BAM and Goby).</p><h4></h4> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/gevYPFgAmok" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/bam-goby-tiny-size-benchmark-for-paired-end-data/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/bam-goby-tiny-size-benchmark-for-paired-end-data/</feedburner:origLink></item> <item><title>Goby 1.9.8.4 released</title><link>http://feedproxy.google.com/~r/campagnelab/~3/YQtP12NXTZI/</link> <comments>http://campagnelab.org/goby-1-9-8-4-released/#comments</comments> <pubDate>Fri, 16 Mar 2012 00:13:09 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3536</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-4-released/"></g:plusone></div> This releases fixes various problems with the sam-to-compact mode and makes it possible to efficiently import sorted BAM files. The previous version was compiled with debugging statements on, which slowed down conversions drastically. This version converts about 40,000 BAM entries per second. The sam-to-compact options have also been redesigned to make simple conversions easier. For [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-4-released/"></g:plusone></div><p><a
href="http://campagnelab.org/wp-content/uploads/2010/03/goby_logo1.png"><img
class="alignleft size-full wp-image-128" title="goby_logo" src="http://campagnelab.org/wp-content/uploads/2010/03/goby_logo1.png" alt="goby logo" width="181" height="116" /></a>This releases fixes various problems with the sam-to-compact mode and makes it possible to efficiently import sorted BAM files. The previous version was compiled with debugging statements on, which slowed down conversions drastically. This version converts about 40,000 BAM entries per second. The sam-to-compact options have also been redesigned to make simple conversions easier. For instance,</p><p>goby 1g sam-to-compact &#8211;sorted  -i input.bam -o goby-output</p><p>will convert input.bam to Goby alignment format preserving sort order (necessary if you want to load the file into IGV). Neither the &#8211;third-party option or the -p options are any longer required. Please see help for new option defaults. This should help a lot of people who are trying to get started with Goby and already have many BAM alignments. Please let us know if you encounter any other issues with SAM/BAM to Goby conversions.</p><p>&nbsp;</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/YQtP12NXTZI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/goby-1-9-8-4-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/goby-1-9-8-4-released/</feedburner:origLink></item> <item><title>Interesting piece on “Big Data Biology” by Titus Brown. http://ivory.idyll.org/blog/mar-12/big-da…</title><link>http://feedproxy.google.com/~r/campagnelab/~3/rGsaaV46ZdE/</link> <comments>http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/#comments</comments> <pubDate>Fri, 09 Mar 2012 00:09:43 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/"></g:plusone></div> Interesting piece on &#34;Big Data Biology&#34; by Titus Brown. http://ivory.idyll.org/blog/mar-12/big-data-biology Daily Life in an Ivory Basement : /mar-12/big-data-biology A few people have recently asked me what this &#34;Big Data&#34; thing is in biology. It&#039;s not an easy question to answer, though, because biology&#039;s a bit peculiar, and a lot of Big Data res&#8230; This was [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/"></g:plusone></div><p>Interesting piece on &quot;Big Data Biology&quot; by Titus Brown. <br
/><a
href="http://ivory.idyll.org/blog/mar-12/big-data-biology">http://ivory.idyll.org/blog/mar-12/big-data-biology</a><div
class="g-crossposting-att"><div
class="g-crossposting-att-title"><a
href="http://ivory.idyll.org/blog/mar-12/big-data-biology" target="_blank">Daily Life in an Ivory Basement : /mar-12/big-data-biology</a></div><div
class="g-crossposting-att-txt">A few people have recently asked me what this &quot;Big Data&quot; thing is in biology. It&#039;s not an easy question to answer, though, because biology&#039;s a bit peculiar, and a lot of Big Data res&#8230;</div></div><div
class="g-crossposting-backlink"><a
href="https://plus.google.com/116874816214311977726/posts/XcwTpei7t2G" target="_blank">This was posted on Google+&hellip;</a></div> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/rGsaaV46ZdE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/interesting-piece-on-big-data-biology-by-titus-brown-httpivory-idyll-orgblogmar-12big-da/</feedburner:origLink></item> <item><title>Installation instructions for GobyWeb plugin versions</title><link>http://feedproxy.google.com/~r/campagnelab/~3/bZHtbrgl-DE/</link> <comments>http://campagnelab.org/installation-instructions-for-gobyweb-plugin-versions/#comments</comments> <pubDate>Tue, 06 Mar 2012 02:54:51 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3516</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/installation-instructions-for-gobyweb-plugin-versions/"></g:plusone></div> We have posted revised installation instructions for versions 1.7+ of GobyWeb (versions with the plugin system). Installation instructions for the initial release of GobyWeb were moved here.]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/installation-instructions-for-gobyweb-plugin-versions/"></g:plusone></div><p><a
href="http://campagnelab.org/wp-content/uploads/2010/03/gobyweb_logo.png"><img
class="alignleft size-full wp-image-1861" title="gobyweb_logo" src="http://campagnelab.org/wp-content/uploads/2010/03/gobyweb_logo.png" alt="" width="181" height="116" /></a></p><p>We have posted <a
href="http://campagnelab.org/software/gobyweb/license-binary-distribution-and-installation-instructions/">revised installation instructions</a> for versions 1.7+ of GobyWeb (versions with the plugin system). Installation instructions for the initial release of GobyWeb were moved <a
href="http://campagnelab.org/software/gobyweb/installation_instructions_v1/">here</a>.</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/bZHtbrgl-DE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/installation-instructions-for-gobyweb-plugin-versions/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/installation-instructions-for-gobyweb-plugin-versions/</feedburner:origLink></item> <item><title>Estimating methylation rate over genomic regions and sites</title><link>http://feedproxy.google.com/~r/campagnelab/~3/aS99ollYzn0/</link> <comments>http://campagnelab.org/3445/#comments</comments> <pubDate>Wed, 22 Feb 2012 13:45:48 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3445</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/3445/"></g:plusone></div> &#160; We posted a new tutorial that explains how to use Goby to estimate methylation rates over regions (requires Goby 1.9.8.3+). The illustration on the left shows estimates of methylation over both regions and individual sites. Files were generated with GobyWeb ready for visualization in IGV. The tutorial explains how to produce these files on [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/3445/"></g:plusone></div><div
id="attachment_3436" class="wp-caption alignleft" style="width: 160px"><a
href="http://campagnelab.org/wp-content/uploads/2012/02/Dnmt3b-region-sites-snapshot-23.png"><img
class="size-thumbnail wp-image-3436" title="Dnmt3b-region-sites-snapshot-2" src="http://campagnelab.org/wp-content/uploads/2012/02/Dnmt3b-region-sites-snapshot-23-150x150.png" alt="Visualizing both region and site estimates of methylation rates with IGV" width="150" height="150" /></a><p
class="wp-caption-text">Visualizing both region and site estimates of methylation rates with IGV</p></div><p>&nbsp;</p><p>We posted a new tutorial that explains how to use Goby to <a
href="http://campagnelab.org/software/goby/tutorials/methylation-analyses-over-annotated-regions/">estimate methylation rates over regions</a> (requires Goby 1.9.8.3+). The illustration on the left shows estimates of methylation over both regions and individual sites. Files were generated with <a
href="http://gobyweb.campagnelab.org">GobyWeb</a> ready for visualization in IGV. The tutorial explains how to produce these files on the command line with <a
href="http://goby.campagnelab.org">Goby</a>. [<a
href="http://campagnelab.org/software/goby/tutorials/methylation-analyses-over-annotated-regions/">tutorial</a>]</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/aS99ollYzn0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/3445/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/3445/</feedburner:origLink></item> <item><title>Goby 1.9.8.3 released</title><link>http://feedproxy.google.com/~r/campagnelab/~3/d9C5xzfBXis/</link> <comments>http://campagnelab.org/goby-1-9-8-3-released/#comments</comments> <pubDate>Thu, 16 Feb 2012 22:19:51 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3403</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-3-released/"></g:plusone></div> We have release Goby 1.9.8.3. This version makes it possible to estimate methylation rates over annotated regions of the genome and fixes a few minor bugs.  The recently released version of GobyWeb (version 1.7.1) requires Goby 1.9.8.3+. See the project change log for more details.]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-3-released/"></g:plusone></div><p>We have release Goby 1.9.8.3. This version makes it possible to estimate methylation rates over annotated regions of the genome and fixes a few minor bugs.  The recently released version of GobyWeb (version 1.7.1) requires Goby 1.9.8.3+. See the project <a
href="http://campagnelab.org/software/goby/change-log/">change log</a> for more details.</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/d9C5xzfBXis" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/goby-1-9-8-3-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/goby-1-9-8-3-released/</feedburner:origLink></item> <item><title>GobyWeb 1.7.1 released</title><link>http://feedproxy.google.com/~r/campagnelab/~3/aaWzZx1RF1Y/</link> <comments>http://campagnelab.org/gobyweb-1-7-1-released/#comments</comments> <pubDate>Thu, 16 Feb 2012 22:13:48 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3399</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/gobyweb-1-7-1-released/"></g:plusone></div> We have released the binary distribution for GobyWeb 1.7.1 (release dated Feb 16 2012). This is a stable release with a few bug fixes and is the first public release to include the plugin system. The plugin mechanism makes it easier to integrate new aligners and analysis tools with GobyWeb. New plugins can be added at [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/gobyweb-1-7-1-released/"></g:plusone></div><p><a
href="http://campagnelab.org/wp-content/uploads/2010/03/gobyweb_logo.png"><img
class="alignleft size-full wp-image-1861" title="gobyweb_logo" src="http://campagnelab.org/wp-content/uploads/2010/03/gobyweb_logo.png" alt="" width="181" height="116" /></a>We have released the binary distribution for <a
href="http://gobyweb.campagnelab.org/">GobyWeb</a> 1.7.1 (release dated Feb 16 2012). This is a stable release with a few bug fixes and is the first public release to include the plugin system. The plugin mechanism makes it easier to integrate new aligners and analysis tools with GobyWeb. New plugins can be added at run-time and the user interface adapts as needed. The binary distribution can be obtained <a
href="http://campagnelab.org/software/gobyweb/license-binary-distribution-and-installation-instructions/">here</a>. We are in the process of updating the installation instructions (the plugin system has more hooks for configuration and to adapt to a local system).</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/aaWzZx1RF1Y" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/gobyweb-1-7-1-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/gobyweb-1-7-1-released/</feedburner:origLink></item> <item><title>Goby 1.9.8.2</title><link>http://feedproxy.google.com/~r/campagnelab/~3/pjt1rmlCJmg/</link> <comments>http://campagnelab.org/goby-1-9-8-2/#comments</comments> <pubDate>Sat, 28 Jan 2012 18:24:33 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/?p=3373</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-2/"></g:plusone></div> We have released Goby 1.9.8.2. This version offers the vcf-subset and vcf-compare replacements tools I mentioned in my earlier VCF post. The release also packs an option to call indels with Goby. We use the method of Krawitz et al (Bioinformatics 2010) to find equivalent indel regions (EIR). This approach can re-conciliate distinct indel observations into canonical  indel [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/goby-1-9-8-2/"></g:plusone></div><p>We have released Goby 1.9.8.2. This version offers the vcf-subset and vcf-compare replacements tools I mentioned in my earlier VCF post.</p><p>The release also packs an option to call indels with Goby. We use the method of Krawitz et al (Bioinformatics 2010) to find equivalent indel regions (EIR). This approach can re-conciliate distinct indel observations into canonical  indel boundaries (an EIR). The genotype and compare-groups formats of the discover-sequence-variants mode will output EIRs at a frequency that sum over all the possible indel variations observed at the site that can be explained by that EIR. Of course, there is quite more to the Goby indel calling approach than the Krawitz method. For instance, the approach is integrated with the fast algorithm for local realignment around indels, so that indels that open when realigning end of reads contribute to the frequency of an EIR.</p><p>Programmers will find that Goby represents  observed indels at a site in a very similar way to base genotypes. Reading a base or indel frequency at a position in a sample is done with the same API (see the <a
href="http://icbtools.med.cornell.edu/javadocs/goby/">SampleCountInfo</a> class). This makes it easy to support indels in different output formats.</p><p>The vcf-compare replacement (new in this release) can keep random samples of positions that differ between input files according to each category of differences it tallies (e.g., missed one allele RA vs RR, missed two alleles AA vs RR, genotypes differ C/T vs A/T where R=G). This is quite useful in inspecting positions in a genome viewer to try and understand differences between calls made by two approaches.</p><p>More details about this release are in the <a
href="http://campagnelab.org/software/goby/change-log/">ChangeLog</a>.</p> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/pjt1rmlCJmg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/goby-1-9-8-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/goby-1-9-8-2/</feedburner:origLink></item> <item><title>Stumbled on PLINK/SEQ while looking for a tool to estimate Ti/Tv from VCF files. At the moment, P…</title><link>http://feedproxy.google.com/~r/campagnelab/~3/kwiv_RRa_kI/</link> <comments>http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/#comments</comments> <pubDate>Thu, 12 Jan 2012 00:09:58 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/"></g:plusone></div> Stumbled on PLINK/SEQ while looking for a tool to estimate Ti/Tv from VCF files. At the moment, PLINK/SEQ seems limited to some older version of VCF, so it does not quite work with the files Goby generate (4.1), but I am interested in the mention of a binary file alternative to VCF, which could speed [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/"></g:plusone></div><p>Stumbled on PLINK/SEQ while looking for a tool to estimate Ti/Tv from VCF files. At the moment, PLINK/SEQ seems limited to some older version of VCF, so it does not quite work with the files Goby generate (4.1), but I am interested in the mention of a binary file alternative to VCF, which could speed up some of the work we do (see section about project creation).<div
class="g-crossposting-att"><div
class="g-crossposting-att-title"><a
href="http://atgu.mgh.harvard.edu/plinkseq/tutorial.shtml" target="_blank">PLINK/SEQ genetics library</a></div><div
class="g-crossposting-att-img" style="float:left"><a
href="http://atgu.mgh.harvard.edu/plinkseq/tutorial.shtml" target="_blank"><img
src="http://images0-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&amp;gadget=a&amp;resize_h=100&amp;url=http%3A%2F%2Fatgu.mgh.harvard.edu%2Fplinkseq%2Fimg%2Fsing-by-dp.png" /></a></div><div
class="g-crossposting-att-txt">Tutorial: working with 1000 Genomes Pilot 3 VCFs. By way of introducing some of the features and approaches of PLINK/Seq, this page provides a tutorial that uses PSEQ and the R interface to PLINK/Seq &#8230;</div></div><div
class="g-crossposting-backlink"><a
href="https://plus.google.com/116874816214311977726/posts/a1rFXT4q58U" target="_blank">This was posted on Google+&hellip;</a></div> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/kwiv_RRa_kI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/stumbled-on-plinkseq-while-looking-for-a-tool-to-estimate-titv-from-vcf-files-at-the-moment-p/</feedburner:origLink></item> <item><title>Here’s a nice blog-review about studies that discovered variations causing diseases with next-gen…</title><link>http://feedproxy.google.com/~r/campagnelab/~3/tRpcDFz7mdk/</link> <comments>http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen/#comments</comments> <pubDate>Wed, 11 Jan 2012 16:21:07 +0000</pubDate> <dc:creator>Fabien Campagne</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid isPermaLink="false">http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen</guid> <description><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen/"></g:plusone></div> Here&#39;s a nice blog-review about studies that discovered variations causing diseases with next-generation sequencing. In addition to the content, I like the comment of the author that there is no time to write a review paper given the speed of the field development. Obviously what he means (since he has written the material already), is [...]]]></description> <content:encoded><![CDATA[<div
style="display:inline;float:right;margin-left:1em"><g:plusone href="http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen/"></g:plusone></div><p>Here&#39;s a nice blog-review about studies that discovered variations causing diseases with next-generation sequencing.</p><p>In addition to the content, I like the comment of the author that there is no time to write a review paper given the speed of the field development. Obviously what he means (since he has written the material already), is that publishing in a journal has very high overheads for the author(s) that simply slow down communication of information. In this case, I would argue that the comments have served a similar role as peer-review, prompting the author to add links to the papers, adding to the information or modulating the claims of novelty (see comment about RET).<div
class="g-crossposting-att"><div
class="g-crossposting-att-title"><a
href="http://www.massgenomics.org/2011/12/disease-causing-mutations-discovered-by-ngs-in-2011.html" target="_blank">Disease-causing Mutations Discovered by NGS | MassGenomics</a></div><div
class="g-crossposting-att-txt">The number of human genetic diseases unraveled by next-generation sequencing skyrocketed this year. Several factors contributed to this growth, two of which were the ever-increasing throughput of sequ&#8230;</div></div><div
class="g-crossposting-backlink"><a
href="https://plus.google.com/116874816214311977726/posts/UUidexCw1U3" target="_blank">This was posted on Google+&hellip;</a></div> <img src="http://feeds.feedburner.com/~r/campagnelab/~4/tRpcDFz7mdk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://campagnelab.org/heres-a-nice-blog-review-about-studies-that-discovered-variations-causing-diseases-with-next-gen/</feedburner:origLink></item> </channel> </rss>

