<?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/"
	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>Olivier Elemento's weblog</title>
	<atom:link href="http://oelemento.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oelemento.wordpress.com</link>
	<description>Olivier's science weblog</description>
	<lastBuildDate>Wed, 13 Jul 2011 01:40:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oelemento.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Olivier Elemento's weblog</title>
		<link>http://oelemento.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oelemento.wordpress.com/osd.xml" title="Olivier Elemento&#039;s weblog" />
	<atom:link rel='hub' href='http://oelemento.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A closer look at the first PacBio sequence dataset</title>
		<link>http://oelemento.wordpress.com/2011/01/03/a-closer-look-at-the-first-pacbio-sequence-dataset/</link>
		<comments>http://oelemento.wordpress.com/2011/01/03/a-closer-look-at-the-first-pacbio-sequence-dataset/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 18:17:39 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[Deep Sequencing]]></category>
		<category><![CDATA[pacbio]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=160</guid>
		<description><![CDATA[The first Pacific Biosciences (PacBio) sequence dataset was published a couple of weeks ago in the New England Journal of Medicine. PacBio, together with a Harvard group, sequenced 5 strains of Vibrio cholerae including two isolates of the strain responsible for the recent cholera outbreak in Haiti. The NEJM main text mentions their short sequencing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=160&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first Pacific Biosciences (PacBio) sequence dataset was published <a href="www.nejm.org/doi/pdf/10.1056/NEJMoa1012928">a couple of weeks ago in the New England Journal of Medicine</a>. PacBio, together with a Harvard group, sequenced 5 strains of Vibrio cholerae including two isolates of the strain responsible for the  recent cholera outbreak in Haiti. The NEJM main text mentions their short sequencing run times and long read lengths, but has very little technical details regarding the raw and mapped read data. The supplementary paper contains more information and mainly reveals that single pass sequence accuracy is rather low (~81-83%), and that the sequencing process generates spurious G and C insertions and deletions within reads. So I decided to take a closer look at the data. There&#8217;s a lot of hype surrounding their sequencing technology, and I was curious to see what the data is really like. </p>
<p>I am only presenting my re-analysis of their N5 sequence data. N5 is the V. cholerae strain N16961 that <a href="http://www.nature.com/nature/journal/v406/n6795/full/406477A0.html">was first sequenced in 2000</a>. I downloaded the PacBio raw N5 read data from SRA, at <a href="ftp://ftp.ncbi.nlm.nih.gov/sra/Submissions/SRA026/SRA026766/provisional/SRX032454/">ftp://ftp.ncbi.nlm.nih.gov/sra/Submissions/SRA026/SRA026766/provisional/SRX032454/</a>.</p>
<p>First, some statistics on the raw PacBio N5 data. The N5 dataset consists of 50 runs. Except for one run with an unusually low number of reads (13,673), all runs generated between 47,163 and 48,053 reads. Curiously, about half of the runs had exactly 48053 reads; several others has exactly 47927 reads.</p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/numreadsperrun5.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/numreadsperrun5.jpeg?w=450&#038;h=225" alt="" title="NumReadsPerRun" width="450" height="225" class="alignnone size-full wp-image-262" /></a></p>
<p>I am not sure how to explain this. One possibility is that the PacBio investigators reused the same SMRT cell multiple times, and that each SMRT cell had a given, fixed number of valid ZMW guides. Interestingly, file names for runs that contained similar numbers of reads contained the names or identifiers, e.g. all &#8217;00114&#8242; files (m101117_004455_00114_c000025512530000000115022402181120_s1_p0.fastq) had 48053 reads, all &#8216;adrian&#8217; files (m101119_003042_adrian_c000002772559900000100000112311180_s0_p0.fastq) had 47927 reads , etc. This further supports the possibility that there are several run batches among the 50 runs.</p>
<p>The next thing I looked at was average and maximum read length per run. The average &#8220;average read length&#8221; across all 50 runs was ~850bp, but it doesn&#8217;t tell the whole story: some runs had much higher average read length. In particular, 6 runs had average read length &gt; 2,300bp (impressive), and they had the same label too (&#8216;richard&#8217;, i.e. m101114_000451_richard_c000022402550000000115009002041172_s1_p0.fastq). There was no correlation between number of reads and average read length per run.</p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/avgreadsizeperrun.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/avgreadsizeperrun.jpeg?w=450&#038;h=225" alt="" title="AvgReadSizePerRun" width="450" height="225" class="alignnone size-full wp-image-200" /></a></p>
<p>The maximum read length (bp) per run follows the same trend, with most runs reaching around 5kb, and the 6 runs with high average above showing reads up to 15-25kb.  </p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/maxreadsizeperrun.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/maxreadsizeperrun.jpeg?w=450&#038;h=225" alt="" title="MaxReadSizePerRun" width="450" height="225" class="alignnone size-full wp-image-209" /></a></p>
<p>Altogether, the total amount of sequence generated per run ranged from 6.6Mb to 136.3Mb. The combined amount for the 50 runs was 2.0Gb.  Of course, keep in mind that this is the raw, unaligned, unfiltered dataset.</p>
<p>I then combined all runs, and turned to analyzing individual sequences. The PacBio fastq files contain quality scores (c) for each nucleotide in each read. I calculated actual quality scores using p=exp[ (ord(c) - 33) / ( -10 * log(10) ) ], then transformed to p&#8217;=1-p, and calculated the average p&#8217; for each read. In this way, the higher the average p&#8217;, the better overall read quality. I first looked at the distribution of average quality scores:  </p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/histavgqs1.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/histavgqs1.jpeg?w=300&#038;h=225" alt="" title="HistAvgQS" width="300" height="225" class="alignnone size-full wp-image-260" /></a></p>
<p>The distribution is clearly bimodal, possibly trimodal. What&#8217;s interesting is that the bulk of the reads (first large mode) have relatively low quality scores. Filtering out reads with p&#8217;&lt;0.25 reduces the total number of reads from 2.3M to 329,575. This is not incompatible but somewhat higher than the number of post-filter reads they report in Supplementary Table 1 (252,726), so they must have used a slightly different way to calculate read accuracy. In any case, using the p&#039;&lt;0.25 filter reduces the total amount of sequence  generated by all runs from 2.0Gb to 500Mb. You may wonder why reducing the number of reads by 7-fold only reduces the total number of bases by 4-fold. Here&#039;s why: there&#039;s a very strong positive correlation between read length and average quality score (p&#039;). Yes the correlation is positive (Spearman rho=0.73), that is, long PacBio reads tend to have higher quality than short reads. The trend is readily apparent when I transform the values to ranks and plot ranks vs ranks (and plot a random sample of 10% of total reads):</p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/readlenvsavgqs.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/readlenvsavgqs.jpeg?w=300&#038;h=300" alt="" title="ReadLenvsAvgQS" width="300" height="300" class="alignnone size-full wp-image-228" /></a></p>
<p>So it looks like PacBio generates many, potentially spurious short reads but their long reads might be more reliable. Obviously, using the average quality score is not perfect; it does not capture potential read sub-sequences with higher quality scores.</p>
<p>So far, the analysis I presented did not use the reference genome. The most important question remains how many of the reads can be mapped to the reference genome. To answer that question, I downloaded the reference N16961 genome sequence from NCBI, accession numbers <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=genomeprj&amp;cmd=Link&amp;LinkName=genomeprj_nuccore&amp;from_uid=36">AE003853.1 and AE003852.1</a> (V. cholerae has two chromosomes, whose combined length is 4,033,464bp).  </p>
<p>Because of the large read lengths, low sequence accuracy, short-read aligners like Bowtie and BWA cannot be used to align PacBio reads to a reference genome. Tools often used for analysis of 454 reads, such as BLAT, are also not applicable. As far as I know, the only appropriate tool is BLAST (and the NEJM paper mentions using an alignment methodology that seems very similar to the BLAST algorithm). </p>
<p>The default BLAST (I used v2.2.15) parameters are not appropriate either for sequences showing only ~80% similarity with the reference genome. Here I used match reward = 1, mismatch penalty = -1 (default is -3), gap opening penalty = -1, gap extension penalty = -2. These are the lowest penalty/reward values the program would let me set. The reference genome is short (4Mb), and BLAST run times were usually reasonably short (this will become problematic when aligning PacBio reads to the human genome).</p>
<p>If you are not familiar with BLAST, BLAST will try to find regions of reasonably high sequence similarity between reads and reference genome. It does not try to find a match for the entire read (but will find such matches if they occur) and can make different regions of the same read match to different places in the reference genome. For each match, it calculates an E-value, which the expected number of matches with the same or higher score given read and genome sizes, etc. I used an E-value threshold of 0.01 for this analysis; that is, I want my matches to be relatively unlikely to occur by chance.   </p>
<p>For each read, I kept the best scoring match (if it had E&lt;0.01), unless it couldn&#039;t be reliably positioned in the V. cholerae genome (multi-mapper). I threw out sub-scoring read matches that were not compatible with the best scoring match (because they match to very different locations in the genome). Compatible read matches were those separated from the best match by a SMRTbell sequence, and read matches whose distance on the read matches the distance in the genome (+/-25%).   </p>
<p>Here are what the results look like:<br />
<strong>- out of the 2.3M reads, 574,572 (24%) had a significant match (E&lt;0.01) to the V. cholerae genome.</strong><br />
<strong>- effective read lengths, i.e. lengths of read regions that matched the genome (after removing gaps) were reduced but still impressive: 403bp on average, median = 356bp, 95th percentile = 973bp, and maximum = 3,016bp.</strong> Altogether, the total amount of mappable sequence was ~267Mb or 5.3Mb/run on average.<br />
<strong>- excluding insertions, only 79.4% of the aligned nucleotides matched the reference genome. In other words, calculated as I did, the PacBio error rate at the nucleotide level is 20.6%. </strong>This number is similar to the number presented in Supplementary Table 1 of the NEJM paper (82.9%). The small difference is probably mostly due to their analysis having been done post-filtering, based on smaller number of high quality reads.<br />
<strong>- as reported (but with little details), the PacBio sequencing process introduces a lot of indels. Curiously, I found twice more insertions (50/Kb on average) than deletions within reads (21/Kb).</strong></p>
<p>What about the relationship between the existence of a match to the reference genome and average quality scores ? The plot below shows that the majority of reads with low average quality scores do not contain match to the reference genome. </p>
<p><a href="http://oelemento.files.wordpress.com/2011/01/matchvsnomatchhistavgqs.jpeg"><img src="http://oelemento.files.wordpress.com/2011/01/matchvsnomatchhistavgqs.jpeg?w=375&#038;h=300" alt="" title="MatchVsNoMatchHistAvgQS" width="375" height="300" class="alignnone size-full wp-image-255" /></a></p>
<p>Using p&#8217;&gt;0.24-0.25 as a filter would also maximize the chance of the retained read matching the genome, while minimizing the number of non-matching reads. However this would leave out many reads that still match the genome. Based on these results, and if BLAST run times are not an issue, I would probably not recommend filtering out reads using quality scores at this stage.</p>
<p>Several questions remain, regarding the nature of artificially introduced indels,  erroneous base calls, nucleotide bias, whether errors are systematic or random, etc but I hope to have addressed some of the questions that many people (and myself) have been asking about PacBio sequencing.</p>
<p>Given these results, how close is PacBio to sequencing a human genome ? not so close. Assuming 5.3Mb/run of useful sequence, it would take &gt;6,400 runs to obtain a 10X coverage of the genome. Not even counting prep time, assuming a 30 min run time, and 10h-long days, it would take 320 days to get the data (prior to the analysis, which might take longer than the sequencing). While 10X coverage should be enough to detect structural variants (duplications, deletions, translocations, etc), it would probably yield few reliable single nucleotide variants and indels, due to the very high sequencing error rates. No doubts that PacBio is working hard to improve error rates and produce more reads per run (but I personally doubt given these results that PacBio can achieve its stated goal of sequencing a human genome in 15 mins by 2013). In the meantime, PacBio will probably mostly be used to sequence bacterial and viral genomes or to quickly sequence DNA fragments obtained using PCR or targeted DNA capture. </p>
<p><ins datetime="2011-01-03T03:57:18+00:00"></p>
<blockquote></blockquote>
<p></ins></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=160&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2011/01/03/a-closer-look-at-the-first-pacbio-sequence-dataset/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/numreadsperrun5.jpeg" medium="image">
			<media:title type="html">NumReadsPerRun</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/avgreadsizeperrun.jpeg" medium="image">
			<media:title type="html">AvgReadSizePerRun</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/maxreadsizeperrun.jpeg" medium="image">
			<media:title type="html">MaxReadSizePerRun</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/histavgqs1.jpeg" medium="image">
			<media:title type="html">HistAvgQS</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/readlenvsavgqs.jpeg" medium="image">
			<media:title type="html">ReadLenvsAvgQS</media:title>
		</media:content>

		<media:content url="http://oelemento.files.wordpress.com/2011/01/matchvsnomatchhistavgqs.jpeg" medium="image">
			<media:title type="html">MatchVsNoMatchHistAvgQS</media:title>
		</media:content>
	</item>
		<item>
		<title>The FIRE-pro paper is out in PLoS ONE</title>
		<link>http://oelemento.wordpress.com/2011/01/01/the-fire-pro-paper-is-out-in-plos-one/</link>
		<comments>http://oelemento.wordpress.com/2011/01/01/the-fire-pro-paper-is-out-in-plos-one/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 20:50:08 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[FIRE]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=153</guid>
		<description><![CDATA[FIRE-pro is a nice extension of FIRE to find protein motifs from large-scale proteomic datasets. Like FIRE, it is an unbiased, de novo motif discovery tool, which will discover motifs that best explain how proteins or peptides behave in your dataset. We showed in the paper that many of the motifs discovered by FIRE-pro match [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=153&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FIRE-pro is a nice extension of FIRE to find protein motifs from large-scale proteomic datasets. Like FIRE, it is an unbiased, de novo motif discovery tool, which will discover motifs that best explain how proteins or peptides behave in your dataset. We showed in the paper that many of the motifs discovered by FIRE-pro match known motifs, e.g phosphorylation sites, localization and degradation signals.  </p>
<p><a href="http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0014444">http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0014444</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=153&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2011/01/01/the-fire-pro-paper-is-out-in-plos-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>DNA methylation signatures define molecular subtypes of diffuse large B cell lymphoma</title>
		<link>http://oelemento.wordpress.com/2010/07/19/dna-methylation-signatures-define-molecular-subtypes-of-diffuse-large-b-cell-lymphoma/</link>
		<comments>http://oelemento.wordpress.com/2010/07/19/dna-methylation-signatures-define-molecular-subtypes-of-diffuse-large-b-cell-lymphoma/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 02:59:24 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=149</guid>
		<description><![CDATA[Together with the Melnick group at WCMC, we&#8217;ve just published a new study in the journal Blood in which we mapped DNA methylation genome-wide in &#62;60 diffuse large B cell lymphoma samples and showed for the first time that the DNA methylation of only 15 promoters can accurately predict the two major DLBCL subtypes (ABC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=149&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Together with the Melnick group at WCMC, we&#8217;ve just published a new study in the journal Blood in which we mapped DNA methylation genome-wide in &gt;60 diffuse large B cell lymphoma samples and showed for the first time that the DNA methylation of only 15 promoters can accurately predict the two major DLBCL subtypes (ABC and GCB). This is highly relevant because these two subtypes have very distinct survival outcomes, with patients with ABC-type DLBCL having significantly worse prognostic than GCB-type.</p>
<p><a href="http://bloodjournal.hematologylibrary.org/cgi/reprint/blood-2010-05-285320v1">http://bloodjournal.hematologylibrary.org/cgi/reprint/blood-2010-05-285320v1  </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=149&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2010/07/19/dna-methylation-signatures-define-molecular-subtypes-of-diffuse-large-b-cell-lymphoma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>Cancer Bioinformatics Workshop in Cambridge, UK</title>
		<link>http://oelemento.wordpress.com/2010/01/12/cancer-bioinformatics-workshop-in-cambridge-uk/</link>
		<comments>http://oelemento.wordpress.com/2010/01/12/cancer-bioinformatics-workshop-in-cambridge-uk/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:01:41 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[cancer]]></category>
		<category><![CDATA[seminar]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=141</guid>
		<description><![CDATA[One of us (Olivier) will speak at the Cancer Bioinformatics Workshop on Sept 2-4, 2010 in Cambridge, UK. We hope to see you there ! http://www.enm.bris.ac.uk/cig/cb/ http://www.enm.bris.ac.uk/cig/cb/invited.html Olivier will also give a seminar in the Department of Statistics at the Cornell Ithaca campus, on April 28th. The title will be &#8220;Revealing cancer mutations using deep [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=141&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of us (Olivier) will speak at the Cancer Bioinformatics Workshop on Sept 2-4, 2010 in Cambridge, UK. We hope to see you there !</p>
<p><a href="http://www.enm.bris.ac.uk/cig/cb/">http://www.enm.bris.ac.uk/cig/cb/</a></p>
<p><a href="http://www.enm.bris.ac.uk/cig/cb/invited.html">http://www.enm.bris.ac.uk/cig/cb/invited.html</a></p>
<p>Olivier will also give a seminar in the <a href="http://www.stat.cornell.edu/statistics_seminar/">Department of Statistics at the Cornell Ithaca campus, on April 28th</a>. The title will be &#8220;Revealing cancer mutations using deep sequencing&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=141&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2010/01/12/cancer-bioinformatics-workshop-in-cambridge-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>Revealing Global Regulatory Perturbations across Human Cancers</title>
		<link>http://oelemento.wordpress.com/2009/12/10/revealing-global-regulatory-perturbations-across-human-cancers/</link>
		<comments>http://oelemento.wordpress.com/2009/12/10/revealing-global-regulatory-perturbations-across-human-cancers/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:31:02 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[FIRE]]></category>
		<category><![CDATA[genome]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=136</guid>
		<description><![CDATA[This is the title of our latest paper in Molecular Cell: http://www.cell.com/molecular-cell/fulltext/S1097-2765%2809%2900857-0 With a nice accompanying article by Prensner and Chinnaiyan: http://www.cell.com/molecular-cell/abstract/S1097-2765%2809%2900860-0 And a story on the Princeton web site: http://www.princeton.edu/main/news/archive/S26/04/69Q40/index.xml?section=topstories The paper was highlighted in Nature Reviews Cancer: http://www.nature.com/nrc/journal/v10/n2/full/nrc2798.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=136&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the title of our latest paper in Molecular Cell:</p>
<p><a href="http://www.cell.com/molecular-cell/fulltext/S1097-2765%2809%2900857-0">http://www.cell.com/molecular-cell/fulltext/S1097-2765%2809%2900857-0</a></p>
<p>With a nice accompanying article by Prensner and Chinnaiyan:</p>
<p><a href="http://www.cell.com/molecular-cell/abstract/S1097-2765%2809%2900860-0">http://www.cell.com/molecular-cell/abstract/S1097-2765%2809%2900860-0</a></p>
<p>And a story on the Princeton web site:</p>
<p><a href="http://www.princeton.edu/main/news/archive/S26/04/69Q40/index.xml?section=topstories">http://www.princeton.edu/main/news/archive/S26/04/69Q40/index.xml?section=topstories</a></p>
<p>The paper was highlighted in Nature Reviews Cancer:</p>
<p><a href="http://www.nature.com/nrc/journal/v10/n2/full/nrc2798.html">http://www.nature.com/nrc/journal/v10/n2/full/nrc2798.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=136&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/12/10/revealing-global-regulatory-perturbations-across-human-cancers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>ASH2009 poster on the EZH2 regulatory program in normal and malignant B cells</title>
		<link>http://oelemento.wordpress.com/2009/12/03/ash2009-poster-on-the-ezh2-regulatory-program-in-normal-and-malignant-b-cells/</link>
		<comments>http://oelemento.wordpress.com/2009/12/03/ash2009-poster-on-the-ezh2-regulatory-program-in-normal-and-malignant-b-cells/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:12:34 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[genome]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=131</guid>
		<description><![CDATA[Two members of the lab (Huimin and Olivier) will be attending the ASH2009 meeting in New Orleans. Here is the poster we will present at the meeting: http://physiology.med.cornell.edu/faculty/elemento/lab/files/EZH2_ASH_2009_poster.pdf And the corresponding abstract on the ASH web site: http://ash.confex.com/ash/2009/webprogram/Paper25356.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=131&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Two members of the lab (Huimin and Olivier) will be attending the ASH2009 meeting in New Orleans.</p>
<p>Here is the poster we will present at the meeting:</p>
<p><a href="http://physiology.med.cornell.edu/faculty/elemento/lab/files/EZH2_ASH_2009_poster.pdf">http://physiology.med.cornell.edu/faculty/elemento/lab/files/EZH2_ASH_2009_poster.pdf</a></p>
<p>And the corresponding abstract on the ASH web site:</p>
<p><a href="http://ash.confex.com/ash/2009/webprogram/Paper25356.html">http://ash.confex.com/ash/2009/webprogram/Paper25356.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=131&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/12/03/ash2009-poster-on-the-ezh2-regulatory-program-in-normal-and-malignant-b-cells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>ChIPseeqer</title>
		<link>http://oelemento.wordpress.com/2009/07/26/chipseeqer/</link>
		<comments>http://oelemento.wordpress.com/2009/07/26/chipseeqer/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:07:36 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[Deep Sequencing]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=125</guid>
		<description><![CDATA[We have just released Version 1.0 of ChIPseeqer, a comprehensive framework for analysis of ChIP-seq data. ChIPseeqer contains a very fast and accurate ChIP-seq peak detection program, as well as several others tools to facilitate regulatory element discovery using FIRE, pathway analysis using iPAGE and conservation analyses. http://physiology.med.cornell.edu/faculty/elemento/lab/chipseq.shtml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=125&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have just released Version 1.0 of ChIPseeqer, a comprehensive framework for analysis of ChIP-seq data. ChIPseeqer contains a very fast and accurate ChIP-seq peak detection program, as well as several others tools to facilitate regulatory element discovery using FIRE, pathway analysis using iPAGE and conservation analyses.</p>
<p><a href="http://physiology.med.cornell.edu/faculty/elemento/lab/chipseq.shtml">http://physiology.med.cornell.edu/faculty/elemento/lab/chipseq.shtml</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=125&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/07/26/chipseeqer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>Rice Genome now supported in FIRE</title>
		<link>http://oelemento.wordpress.com/2009/07/26/rice-genome-now-supported-in-fire/</link>
		<comments>http://oelemento.wordpress.com/2009/07/26/rice-genome-now-supported-in-fire/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 18:58:15 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[FIRE]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=122</guid>
		<description><![CDATA[Following a request from somebody at Virginia Tech, we have added Rice to the list of organisms supported by FIRE. We used the following gene identifiers: LOC_Os11g37320 LOC_Os01g12410 LOC_Os01g25110 LOC_Os02g07360 LOC_Os11g45360 etc. To analyze Rice expression data, you&#8217;ll need to download FIRE, then download the rice_data.zip file. The download site is http://tavazoielab.princeton.edu/FIRE/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=122&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following a request from somebody at Virginia Tech, we have added Rice to the list of organisms supported by FIRE. We used the following gene identifiers:</p>
<p>LOC_Os11g37320<br />
LOC_Os01g12410<br />
LOC_Os01g25110<br />
LOC_Os02g07360<br />
LOC_Os11g45360</p>
<p>etc.</p>
<p>To analyze Rice expression data, you&#8217;ll need to download FIRE, then download the rice_data.zip file. The download site is <a href="http://tavazoielab.princeton.edu/FIRE/">http://tavazoielab.princeton.edu/FIRE/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=122&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/07/26/rice-genome-now-supported-in-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>Large Scale Analysis of Transcription Factor Recognition Sites</title>
		<link>http://oelemento.wordpress.com/2009/05/19/large-scale-analysis-of-transcription-factors-recognition-sites/</link>
		<comments>http://oelemento.wordpress.com/2009/05/19/large-scale-analysis-of-transcription-factors-recognition-sites/#comments</comments>
		<pubDate>Tue, 19 May 2009 18:23:07 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=116</guid>
		<description><![CDATA[In an amazing paper published in Science Express, Bulyk, Hughes and colleagues haved used protein-binding microarrays to determine the DNA-binding specificities of 104 mouse transcription factors. The most interesting finding of the study is that nearly half of all TF seem to be able to bind two distinct types of sequences. For example, Hnf4a appears [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=116&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In an amazing paper published in Science Express, Bulyk, Hughes and colleagues haved used protein-binding microarrays to determine the DNA-binding specificities of 104 mouse transcription factors.</p>
<p>The most interesting finding of the study is that nearly half of all TF seem to be able to bind two distinct types of sequences. For example, Hnf4a appears to bind to both GGTCA and GGTCCA (and this was confirmed by EMSA). This is also the case for BCL6, <a href="http://bloodjournal.hematologylibrary.org/cgi/content/abstract/blood-2008-12-193037v1">which I actively study</a>. They also found several clear cases of dependencies between motif positions (not only adjacent positions).</p>
<p>This study provides a very rich dataset that will be extremely useful for those of us who work on transcriptional regulation.</p>
<p><a href="http://www.sciencemag.org/cgi/content/abstract/1162327v1">http://www.sciencemag.org/cgi/content/abstract/1162327v1</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=116&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/05/19/large-scale-analysis-of-transcription-factors-recognition-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
		<item>
		<title>The BCL6 transcriptional program features repression of multiple oncogenes in primary B-cells and is deregulated in DLBCL</title>
		<link>http://oelemento.wordpress.com/2009/03/23/the-bcl6-transcriptional-program-features-repression-of-multiple-oncogenes-in-primary-b-cells-and-is-deregulated-in-dlbcl/</link>
		<comments>http://oelemento.wordpress.com/2009/03/23/the-bcl6-transcriptional-program-features-repression-of-multiple-oncogenes-in-primary-b-cells-and-is-deregulated-in-dlbcl/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 23:28:56 +0000</pubDate>
		<dc:creator>oelemento</dc:creator>
				<category><![CDATA[Cornell]]></category>
		<category><![CDATA[FIRE]]></category>

		<guid isPermaLink="false">http://oelemento.wordpress.com/?p=109</guid>
		<description><![CDATA[This is the title of our latest paper in Blood, which is also my first one at Weill Cornell and my first one as (joint) corresponding author. http://bloodjournal.hematologylibrary.org/cgi/content/abstract/blood-2008-12-193037v1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=109&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the title of our latest paper in Blood, which is also my first one at Weill Cornell and my first one as (joint) corresponding author.</p>
<p><a href="http://bloodjournal.hematologylibrary.org/cgi/content/abstract/blood-2008-12-193037v1">http://bloodjournal.hematologylibrary.org/cgi/content/abstract/blood-2008-12-193037v1</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oelemento.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oelemento.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oelemento.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oelemento.wordpress.com&amp;blog=22851&amp;post=109&amp;subd=oelemento&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oelemento.wordpress.com/2009/03/23/the-bcl6-transcriptional-program-features-repression-of-multiple-oncogenes-in-primary-b-cells-and-is-deregulated-in-dlbcl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d18eeea8e311d5c5fe6d8586039f7a2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oelemento</media:title>
		</media:content>
	</item>
	</channel>
</rss>
