<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/18738?offset=10</link>
	<atom:link href="https://bioinformaticsonline.com/related/18738?offset=10" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/3046/r-and-bioconductor-tutorial</guid>
	<pubDate>Fri, 23 Aug 2013 08:23:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/3046/r-and-bioconductor-tutorial</link>
	<title><![CDATA[R and Bioconductor Tutorial]]></title>
	<description><![CDATA[<p>This tutorial is intended to introduce users quickly to the basics of R, focusing on a few common tasks that &nbsp;biologists need to perform &nbsp;some basic analysis: &nbsp;load a table, plot some graphs, and perform some basic statistics. More extensive tutorials can be found on the project website and via bioconductor (not covered here).</p>
<p>You can add more tutorial links in comments if found new pages.</p><p>Address of the bookmark: <a href="http://manuals.bioinformatics.ucr.edu/home/R_BioCondManual" rel="nofollow">http://manuals.bioinformatics.ucr.edu/home/R_BioCondManual</a></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44713/understanding-rna-seq-normalization-methods-tpm-vs-fpkm-vs-cpm</guid>
	<pubDate>Wed, 11 Dec 2024 00:59:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44713/understanding-rna-seq-normalization-methods-tpm-vs-fpkm-vs-cpm</link>
	<title><![CDATA[Understanding RNA-Seq Normalization Methods: TPM vs. FPKM vs. CPM]]></title>
	<description><![CDATA[<p>RNA sequencing (RNA-Seq) is a powerful technology used to study transcriptomes, providing insights into gene expression levels. However, raw RNA-Seq data requires normalization to account for sequencing depth and gene length, enabling accurate comparisons between genes and samples. Among the most widely used normalization methods are TPM (Transcripts Per Million), FPKM (Fragments Per Kilobase Million), and CPM (Counts Per Million). Each method has its unique principles and applications, which we&rsquo;ll explore in this blog.</p><h2>Why Normalize RNA-Seq Data?</h2><p>Normalization is a crucial step in RNA-Seq analysis for the following reasons:</p><ul>
<li>
<p><strong>Sequencing depth:</strong> Different RNA-Seq experiments produce varying numbers of reads, making direct comparisons between samples misleading.</p>
</li>
<li>
<p><strong>Gene length:</strong> Longer genes inherently generate more reads, irrespective of their actual expression level.</p>
</li>
<li>
<p><strong>Bias reduction:</strong> Normalization mitigates technical biases, enabling meaningful biological interpretation.</p>
</li>
</ul><h2>TPM (Transcripts Per Million)</h2><p>TPM measures the proportion of reads mapped to a transcript, normalized by transcript length and sequencing depth. It is calculated as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Proportionality:</strong> TPM values sum to 1,000,000 across all transcripts in a sample, making it easier to compare between samples.</p>
</li>
<li>
<p><strong>Intuitive interpretation:</strong> TPM values directly represent the abundance of transcripts in a sample.</p>
</li>
<li>
<p><strong>Preferred for comparisons:</strong> TPM facilitates between-sample comparisons better than FPKM.</p>
</li>
</ol><h2>FPKM (Fragments Per Kilobase Million)</h2><p>FPKM normalizes read counts by transcript length and sequencing depth, but without enforcing proportionality like TPM. It is defined as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Historical significance:</strong> FPKM was one of the first normalization methods used for RNA-Seq.</p>
</li>
<li>
<p><strong>Single-end vs. paired-end:</strong> In paired-end sequencing, FPKM becomes RPKM (Reads Per Kilobase Million).</p>
</li>
<li>
<p><strong>Limited utility:</strong> FPKM values are not as robust as TPM for cross-sample comparisons due to lack of proportionality.</p>
</li>
</ol><h2>CPM (Counts Per Million)</h2><p>CPM normalizes raw read counts by sequencing depth, without considering gene length. It is expressed as:</p><h3>Key Features:</h3><ol>
<li>
<p><strong>Simplicity:</strong> CPM is straightforward and computationally less intensive.</p>
</li>
<li>
<p><strong>Application:</strong> Suitable for non-length-dependent analyses, such as comparing total expression levels or differential expression analysis.</p>
</li>
<li>
<p><strong>Gene length agnostic:</strong> CPM does not correct for gene length, making it less ideal for measuring expression levels.</p>
</li>
</ol><h2>When to Use Each Method</h2><ul>
<li>
<p><strong>TPM:</strong> Best for comparing expression levels between samples, especially when transcript length and sequencing depth vary.</p>
</li>
<li>
<p><strong>FPKM:</strong> Useful for historical consistency but generally replaced by TPM.</p>
</li>
<li>
<p><strong>CPM:</strong> Ideal for differential expression analysis when gene length normalization is unnecessary.</p>
</li>
</ul><h2>Conclusion</h2><p>Choosing the right normalization method depends on the specific objectives of your RNA-Seq analysis. TPM&rsquo;s proportionality and robustness make it the preferred choice for most applications, while CPM serves well for differential expression studies. Although FPKM paved the way for RNA-Seq normalization, it has largely been supplanted by TPM in modern workflows. Understanding these methods and their nuances ensures accurate and meaningful interpretations of RNA-Seq data.</p><h3>References:</h3><ol>
<li>
<p>Li, B., &amp; Dewey, C. N. (2011). RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome. <em>BMC Bioinformatics.</em></p>
</li>
<li>
<p>Trapnell, C., et al. (2010). Transcript assembly and quantification by RNA-Seq reveals unannotated transcripts and isoform switching during cell differentiation. <em>Nature Biotechnology.</em></p>
</li>
<li>
<p>Law, C. W., et al. (2014). voom: precision weights unlock linear model analysis tools for RNA-seq read counts. <em>Genome Biology.</em></p>
</li>
</ol>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37257/asar-advanced-metagenomic-sequence-analysis-in-r</guid>
	<pubDate>Mon, 09 Jul 2018 05:20:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37257/asar-advanced-metagenomic-sequence-analysis-in-r</link>
	<title><![CDATA[ASAR: Advanced metagenomic Sequence Analysis in R]]></title>
	<description><![CDATA[<p><span>An interactive data analysis tool for selection, aggregation and visualization of metagenomic data is presented. Functional analysis with a SEED hierarchy and pathway diagram based on KEGG orthology based upon MG-RAST annotation results is available.</span></p>
<p><span><span>To read the manual, please click the link&nbsp;</span><a href="https://askarbek-orakov.github.io/ASAR/">https://askarbek-orakov.github.io/ASAR/</a></span></p><p>Address of the bookmark: <a href="https://github.com/Askarbek-orakov/ASAR" rel="nofollow">https://github.com/Askarbek-orakov/ASAR</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/861/fiona-brinkman-laboratory</guid>
  <pubDate>Sun, 14 Jul 2013 12:46:31 -0500</pubDate>
  <link></link>
  <title><![CDATA[Fiona Brinkman Laboratory]]></title>
  <description><![CDATA[
<p>Infectious disease control needs to be made more “sustainable”. We need to reduce selective pressure on pathogens to evolve antibiotic resistance. We need to control infectious disease outbreaks and associated immune disorders with a better understanding of the genetic,  environmental and social factors that impact disease spread and severity.</p>

<p>Research Area</p>

<p>Investigating the role in disease of both the microbe and its host (i.e immune system failure), using genomics and systems biology-based approaches<br />Using genomics and network analysis to characterize disease outbreaks and their environmental/social/genetic causes, and<br />Identifying new anti-infective and immune modulating therapies/biomarkers.</p>

<p>Link @ http://www.brinkman.mbb.sfu.ca/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/879/bioprogramming</guid>
	<pubDate>Sun, 14 Jul 2013 16:29:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/879/bioprogramming</link>
	<title><![CDATA[BioProgramming]]></title>
	<description><![CDATA[<p>The completion of the first human genome drafts was just a start of the modern DNA sequencing era which resulted in further invention, improved development toward new advanced strategies of high-throughput DNA sequencing, so called the &ldquo;high-throughput next generation sequencing&rdquo; (HT-NGS). The decreasing genome sequencing cost and desire to explore and understand biological machanism at genomic level, speed up the genomic sequencing projects. In the fast growing HT-NGS technologies, the main challenge is to cope with the analysis of vast production of sequencing database through advanced bioinformatics tools. In oder to develope sotware/tools bioinformatician/ biological programmers need to expertise in any one one the programming language. However, sometime one language are not enough to handle all sort of biological needs, which compel us to learn new biologically suitable language to handle ever growing genome or protein sequences.</p><p>The next step after reading genetic code is writing a script to analyse and explore the hidden information. This tutorial is aimed to introduce you new biological programming languages with their packages/libraries, and assist in your scripting work.</p><p>Navigate the sub-section of this page [ see right hand side of the page for it ]</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/1215/livestock-functional-genomics-summer-school-lfg-2013</guid>
  <pubDate>Fri, 02 Aug 2013 09:57:37 -0500</pubDate>
  <link></link>
  <title><![CDATA[Livestock Functional Genomics Summer School (LFG 2013)]]></title>
  <description><![CDATA[
<p>*Livestock Functional Genomics Summer School - Call for applications*</p>

<p>1st Livestock Functional Genomics Summer School (LFG 2013).</p>

<p>This School was designed for graduate students and early-stage researchers with interest in livestock genomics, who are engaged in projects that require knowledge in the field of computational biology.</p>

<p>Sixty selected participants will spend 13 days receiving theoretical and practical training in genomic data handling from internationally renowned experts.</p>

<p>After the course, the participant should understand the basis and the context of livestock big molecular data, and be able to manipulate high density genotypes, whole genome sequences and transcriptome data.</p>

<p>The Summer School will be held in Araçatuba-SP Brazil, from the 13th to the 21st of September 2013.</p>

<p>All accepted participants will have *expenses fully covered (air ticket, hotel and meals)*, including a free pass to the 5th International Symposium on Animal Functional Genomics http://www.isafg2013.org.br </p>

<p>Applicants will be selected based on their résumés. Application date is due by August 10th.  Results will be announced in August 12th.  </p>

<p>Please consult website: http://www.sciencesatellite.org.br/sschool</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/1514/list-of-pharmacogenomics-companies-worldwide</guid>
	<pubDate>Fri, 09 Aug 2013 13:24:47 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/1514/list-of-pharmacogenomics-companies-worldwide</link>
	<title><![CDATA[List of pharmacogenomics companies worldwide]]></title>
	<description><![CDATA[<div><div><p>Pharmacogenomics are the most promising area of research. Here is the list of some Pharmacogenomics companies worldwide. Feel free to add more pharmacogenomics companies if not mentioned in here.</p><p>Great Pharmacogenomics companies <br /><a href="http://www.aruplab.com/">www.aruplab.com</a> <br /><a href="http://www.clarientinc.com/">www.clarientinc.com</a> <br /><a href="http://www.cns-hts.com/">www.cns-hts.com</a> <br /><a href="http://www.dnanow.com/">www.dnanow.com</a> <br /><a href="http://www.dnavision.be/">www.dnavision.be</a> <br /><a href="http://www.dnavision.com/">www.dnavision.com</a> <br /><a href="http://www.dxsdiagnostics.com/">www.dxsdiagnostics.com</a> <br /><a href="http://www.entrogen.com/">www.entrogen.com</a> <br /><a href="http://www.exiqon.com/">www.exiqon.com</a> <br /><a href="http://www.gene.com/">www.gene.com</a> <br /><a href="http://www.genomichealth.com/">www.genomichealth.com</a> <br /><a href="http://www.genoptix.com/">www.genoptix.com</a> <br /><a href="http://www.genpathdiagnostics.com/">www.genpathdiagnostics.com</a> <br /><a href="http://www.gentris.com/">www.gentris.com</a> <br /><a href="http://www.immunicon.com/">www.immunicon.com</a> <br /><a href="http://www.ingenuity.com/">www.ingenuity.com</a> <br /><a href="http://www.lab21.com/">www.lab21.com</a> <br /><a href="http://www.labcorp.com/">www.labcorp.com</a> <br /><a href="http://www.lion-ag.de/">www.lion-ag.de</a> <br /><a href="http://www.lynxgen.com/">www.lynxgen.com</a> <br /><a href="http://www.mayoclinic.com/">www.mayoclinic.com</a> <br /><a href="http://www.mesoscale.com/">www.mesoscale.com</a> <br /><a href="http://www.microcide.com/">www.microcide.com</a> <br /><a href="http://www.mitokor.com/">www.mitokor.com </a> <br /><a href="http://www.monarchlifesciences.com/">www.monarchlifesciences.com</a> <br /><a href="http://www.mplnet.com/">www.mplnet.com</a> <br /><a href="http://www.orchidbio.com/">www.orchidbio.com</a> <br /><a href="http://www.pebio.com/">www.pebio.com</a> <br /><a href="http://www.phenomenome.com/">www.phenomenome.com</a> <br /><a href="http://www.phenopath.com/">www.phenopath.com</a> <br /><a href="http://www.ppgx.com/">www.ppgx.com</a> <br /><a href="http://www.prometheuslabs.com/">www.prometheuslabs.com</a> <br /><a href="http://www.protogene.com/">www.protogene.com</a> <br /><a href="http://www.questdiagnostics.com/">www.questdiagnostics.com</a> <br /><a href="http://www.rigelinc.com/">www.rigelinc.com</a> <br /><a href="http://www.rii.com/">www.rii.com</a> <br /><a href="http://www.saladax.com/">www.saladax.com</a> <br /><a href="http://www.tmdlab.com/">www.tmdlab.com</a> <br /><a href="http://www.transgenomic.com/">www.transgenomic.com</a> <br /><a href="http://www.twt.com/">www.twt.com</a> <br /><a href="http://www.uslabs.net/">www.uslabs.net</a> <br /><a href="http://www.variagenics.com/">www.variagenics.com</a> <br /><br />Great Equipment Companies for Genomics <br /><a href="http://www.affymetrix.com/">www.affymetrix.com</a> <br /><a href="http://www.illumina.com/">www.illumina.com</a> <br /><a href="http://www.iontorrent.com/">www.iontorrent.com</a> <br /><a href="http://www.sequenom.com/">www.sequenom.com</a> <br /><a href="http://www.appliedbiosystems.com/">www.appliedbiosystems.com</a> <br /><a href="http://www.454.com/">www.454.com</a> <br /><a href="http://www.appliedbiosystems.com/">www.appliedbiosystems.com</a><br /><br />Genomics in India <br /><a href="http://www.ganitlabs.in/">www.ganitlabs.in</a> <br /><a href="http://www.sandor.co.in/">www.sandor.co.in</a> <br /><a href="http://www.igib.res.in/">www.igib.res.in</a> <br /><a href="http://www.genotypic.co.in/">www.genotypic.co.in</a> <br /><a href="http://www.ocimumbio.com/">www.ocimumbio.com</a> <br /><a href="http://www.abcgenomics.com/">www.abcgenomics.com</a> <br /><a href="http://www.xcelrisgenomics.com/">www.xcelrisgenomics.com</a> <br /><a href="http://www.ayugen.com/">www.ayugen.com</a> <br /><a href="http://www.geneombiotech.com/">www.geneombiotech.com</a> <br /><br /> Large Global Whole Genome Companies <br /><a href="http://www.decode.com/">www.decode.com</a> <br /><a href="http://www.23andme.com/">www.23andme.com</a> <br /><a href="http://www.navigenics.com/">www.navigenics.com</a><br />www.pathway.com<br /><br /> Global companies offering genomics services <br /><a href="http://www.asuragen.com/">www.asuragen.com</a> <br /><a href="http://www.baseclear.com/">www.baseclear.com</a> <br /><a href="http://www.agtcenter.com/">www.agtcenter.com</a> <br /><a href="http://www.ambrygen.com/">www.ambrygen.com</a> <br /><a href="http://www.arosab.com/">www.arosab.com</a> <br /><a href="http://www.agrf.org.au/">www.agrf.org.au</a> <br /><a href="http://www.beckmangenomics.com/">www.beckmangenomics.com</a> <br /><a href="http://www.genomics.cn/">www.genomics.cn</a> <br /><a href="http://www.bsf.a-star.edu.sg/">www.bsf.a-star.edu.sg</a> <br /><a href="http://www.cbm.fvg.it/">www.cbm.fvg.it</a> <br /><a href="http://www.cincinnatichildrens.org/">www.cincinnatichildrens.org</a> <br /><a href="http://www.cofactorgenomics.com/">www.cofactorgenomics.com</a> <br /><a href="http://www.covance.com/">www.covance.com</a> <br /><a href="http://www.dnalandmarks.ca/">www.dnalandmarks.ca</a> <br /><a href="http://www.dnavision.com/">www.dnavision.com</a> <br /><a href="http://www.expressionanalysis.com/">www.expressionanalysis.com</a> <br /><a href="http://www.fasteris.com/">www.fasteris.com</a> <br /><a href="http://www.gatc-biotech.com/">www.gatc-biotech.com</a> <br /><a href="http://www.genesdiffusion.com/">www.genesdiffusion.com</a> <br /><a href="http://www.geneseek.com/">www.geneseek.com</a> <br /><a href="http://www.geneticvisions.com/">www.geneticvisions.com</a> <br /><a href="http://www.geneworks.com.au/">www.geneworks.com.au</a> <br /><a href="http://www.genizon.com/">www.genizon.com</a> <br /><a href="http://www.genoskan.dk/uk">www.genoskan.dk/uk</a> <br /><a href="http://www.gpbio.jp/">www.gpbio.jp</a> <br /><a href="http://www.igatechnology.com/">www.igatechnology.com</a> <br /><a href="http://www.igenixinc.com/">www.igenixinc.com</a> <br /><a href="http://www.auxologico.it/">www.auxologico.it</a> <br /><a href="http://www.lifeandbrain.com/">www.lifeandbrain.com</a> <br /><a href="http://www.macrogen.co.kr/eng">www.macrogen.co.kr/eng</a> <br /><a href="http://www.gqinnovationcenter.com/">www.gqinnovationcenter.com</a> <br /><a href="http://www.mftservices.de/">www.mftservices.de</a> <br /><a href="http://www.ncgr.org/">www.ncgr.org</a> <br /><a href="http://www.ramaciotti.unsw.edu.au/">www.ramaciotti.unsw.edu.au</a> <br /><a href="http://www.rikengenesis.jp/">www.rikengenesis.jp</a> <br /><a href="http://www.sabiosciences.com/">www.SABiosciences.com</a> <br /><a href="http://www.sequensysbio.com/">www.sequensysbio.com</a> <br /><a href="http://www.servicexs.com/">www.servicexs.com</a> <br /><a href="http://www.snp-genetics.com/">www.snp-genetics.com</a> <br /><a href="http://www.takara-bio.com/">www.takara-bio.com</a> <br /><a href="http://www.gen-probe.com/">www.gen-probe.com</a> <br /><a href="http://www.traitgenetics.com/">www.traitgenetics.com</a></p></div></div>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/6458/bigre-lab</guid>
  <pubDate>Sun, 17 Nov 2013 10:35:49 -0600</pubDate>
  <link></link>
  <title><![CDATA[BIGRE Lab]]></title>
  <description><![CDATA[
<p>The Laboratoire de Bioinformatique des Génomes et des Réseaux (Genome and Network Bioinformatics) is specialized in the conception, implementation, evaluation and application of bioinformatics approaches for the analysis of genome, transcriptome, proteome and metabolism.<br />Our main activities include</p>

<p>Analysis of regulatory sequences (RSAT project)<br />Classification and analysis of mobile genetic elements (ACLAME project).<br />Analysis of molecular interaction networks (NeAT project)<br />Inference of metabolic pathways from genomic and post-genomic data <br />(metabolic pathfinding, see also metabolic pathfinding in NeAT)<br />Critical assesment of protein interactions (CAPRI)</p>

<p>Lab Page http://www.bigre.ulb.ac.be/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/2464/computer-theory-genetics-george-chao-at-tedxumnsalon</guid>
	<pubDate>Thu, 15 Aug 2013 22:08:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/2464/computer-theory-genetics-george-chao-at-tedxumnsalon</link>
	<title><![CDATA[Computer Theory & Genetics: George Chao at TEDxUMNSalon]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/7_GL17oiak8" frameborder="0" allowfullscreen></iframe>George Chao is an undergraduate senior studying Genetics and Computer Science at the University of Minnesota. Having started genetics research as soon as he entered the university, he has worked in labs spanning multiple disciplines as well as in Japan. Some of these researches include developmental genetics in Drosophila, computational techniques for analyzing protein interactions, and helping with the development of algorithms to analyze motion capture data of patients with neck pain. During this time, George steadily developed a fascination with the field of bioinformatics, the study of using computational techniques to learn from genetic data. He would like to go into a career of research into the application of bioinformatics in various fields.

----

The individuals involved with TEDxUMN have a passion for bringing together the great thinkers at the University of Minnesota and giving them the opportunity to share their ideas worth spreading and to discuss our shared future. We provide these great people the opportunity to share these ideas on a global stage and with an incredibly diverse audience. We believe in the power of ideas to change attitudes, lives and ultimately the world.

Check out TEDxUMN at http://www.TEDxUMN.com/

In the spirit of ideas worth spreading, TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. At a TEDx event, TEDTalks video and live speakers combine to spark deep discussion and connection in a small group. These local, self-organized events are branded TEDx, where x = independently organized TED event. The TED Conference provides general guidance for the TEDx program, but individual TEDx events are self-organized.* (*Subject to certain rules and regulations)]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/3964/what-is-life-a-21st-century-perspective-by-dr-craig-venter</guid>
	<pubDate>Mon, 26 Aug 2013 17:09:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/3964/what-is-life-a-21st-century-perspective-by-dr-craig-venter</link>
	<title><![CDATA['What is Life? A 21st Century Perspective' by Dr Craig Venter]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/qi2MhsUSu0U" frameborder="0" allowfullscreen></iframe>One of the landmark events of 20th century science was celebrated and reinterpreted for the 21st century in Trinity College Dublin on 12 July 2012 as part of the Science in the City programme of ESOF2012. Dr Craig Venter, one of the leaders of the Human Genome Project in the 1990s and a pioneer of synthetic biology delivered a lecture entitled, 'What is Life? A 21st century perspective' recreating the Irish event that inspired the discovery of the structure of DNA. 

In February, 1943 one of the most distinguished scientists of the 20th Century, Erwin Schrödinger, delivered a seminal lecture, entitled 'What is Life?', under the auspices of the Dublin Institute for Advanced Studies, in Trinity College Dublin. The lecture presented far-sighted ideas on how hereditary information could be encoded in a chemical structure (aperiodic crystal) in living cells. Schrödinger's book (1944) of the same title is considered to be a scientific classic. The book was cited by Crick and Watson as one of the inspirations which ultimately led them to unravel the structure of DNA in 1953, a breakthrough which won them the Nobel prize.]]></description>
	
</item>

</channel>
</rss>