<?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/38577?offset=20</link>
	<atom:link href="https://bioinformaticsonline.com/related/38577?offset=20" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/42903/katherine-belov-lab</guid>
  <pubDate>Sun, 21 Feb 2021 22:59:35 -0600</pubDate>
  <link></link>
  <title><![CDATA[Katherine Belov Lab]]></title>
  <description><![CDATA[
<p>Evolution of the adaptive immune system Marsupial and monotreme immune genes MHC Diversity and Conservation Marsupial and monotreme genomics Comparative Genomics Genetics of Tasmanian Devil facial tumour disease</p>

<p>More at https://www.sydney.edu.au/science/about/our-people/academic-staff/kathy-belov.html</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/43418/caceres-lab</guid>
  <pubDate>Sat, 02 Oct 2021 00:20:42 -0500</pubDate>
  <link></link>
  <title><![CDATA[Cáceres Lab]]></title>
  <description><![CDATA[
<p>Lab are included within the Genomics, Bioinformatics and Evolution group of the UAB, and collaborate closely with other researchers in the Barcelona area, such as Xavier Estivill of the Centre for Genomic Regulation (CRG), Juan R González of the Centre for Research in Environmental Epidemiology (CREAL), and Tomàs Marqués-Bonet of the Institute of Evolutionary Biology (IBE), as well as with other international groups and projects.</p>

<p>https://grupsderecerca.uab.cat/cacereslab/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/44395/genomics-india-conference-2024</guid>
  <pubDate>Fri, 27 Oct 2023 05:48:11 -0500</pubDate>
  <link></link>
  <title><![CDATA[Genomics India Conference 2024 !]]></title>
  <description><![CDATA[
<p>Genomics India Conference is back and this time we are coming to Shiv<br />Nadar Intitution of Eminenece, Delhi NCR. GIC 2024 will be held from 1st<br />to 3rd of February 2024 and we are happy to send you an early invitation<br />for India's premier genomics conference.</p>

<p>GIC2024 focuses on "Advances In Genomics From AI-ML To Targeted<br />Therapies". GIC2024 encourages researchers to present original<br />contributions for poster presentations.</p>

<p>Note: Early bird registration closes on 1st December 2023.</p>

<p>Kindly, register at GIC 2024 Earlybird registartion</p>

<p>https://genomicsindia.co.in/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/44650/manthey-research-group-%E2%80%93-evolutionary-genomics</guid>
  <pubDate>Thu, 22 Aug 2024 06:25:55 -0500</pubDate>
  <link></link>
  <title><![CDATA[Manthey Research Group – Evolutionary Genomics]]></title>
  <description><![CDATA[
<p>We focus on fundamental questions in genomics, ecology, and evolution. Our methods include fieldwork and labwork, but most of our time is spent analyzing genomics data using computational biology approaches.</p>

<p>Ant / bacteria co-evolution, landscape genomics, and population genomics<br />Vertebrate and/or invertebrate genome evolution</p>

<p>If you might be interested in joining our research group, send an email with your intent and why this group would potentially be a good fit for your future goals along with a CV / Resume to jdmanthey (at) gmail (dot) com</p>

<p>More at https://mantheylab.org/</p>
]]></description>
</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/view/1906</guid>
	<pubDate>Sun, 11 Aug 2013 11:13:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/view/1906</link>
	<title><![CDATA[Compressive Genomics]]></title>
	<description><![CDATA[<p>The key to finding a solution is to notice that most&nbsp;<a href="http://www.i-programmer.info/news/181-algorithms/4537-a-new-dna-sequence-search-compressive-genomics.html">genomic</a>sequences differ by very little. It may well be that the number of complete genome sequences being stored is increasing rapidly, but the actual amount of new data is very small. In other words, a single DNA sequence isn't particularly compressible but a set of sequences shares so much in common that the redundancy can be used to store them in a much smaller storage space. (Source:e-article from&nbsp;Alex Armstrong)</p><p><a href="http://www.i-programmer.info/news/181-algorithms/4537-a-new-dna-sequence-search-compressive-genomics.html">http://www.i-programmer.info/news/181-algorithms/4537-a-new-dna-sequence-search-compressive-genomics.html</a></p><p><a href="http://en.wikipedia.org/wiki/Compression_of_Genomic_Re-Sequencing_Data">http://en.wikipedia.org/wiki/Compression_of_Genomic_Re-Sequencing_Data</a></p><p><a href="http://www.nature.com/nbt/journal/v30/n7/full/nbt.2241.html">http://www.nature.com/nbt/journal/v30/n7/full/nbt.2241.html</a></p><p><a href="http://bioinformatics.oxfordjournals.org/content/29/13/i283.full">http://bioinformatics.oxfordjournals.org/content/29/13/i283.full</a></p><p><a href="http://groups.csail.mit.edu/cb/cast/">http://groups.csail.mit.edu/cb/cast/</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/4197/bioinformatics-course-and-lectures</guid>
	<pubDate>Tue, 03 Sep 2013 16:41:02 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/4197/bioinformatics-course-and-lectures</link>
	<title><![CDATA[Bioinformatics course and lectures]]></title>
	<description><![CDATA[<p><a href="http://openwetware.org/wiki/User:Jarle_Pahr/Bioinformatics">http://openwetware.org/wiki/User:Jarle_Pahr/Bioinformatics</a></p><p>Address of the bookmark: <a href="http://gtpb.igc.gulbenkian.pt/bicourses/index.html" rel="nofollow">http://gtpb.igc.gulbenkian.pt/bicourses/index.html</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/4212/eivind-hovigs-lab</guid>
  <pubDate>Tue, 03 Sep 2013 19:06:29 -0500</pubDate>
  <link></link>
  <title><![CDATA[Eivind Hovig's Lab]]></title>
  <description><![CDATA[
<p>Bioinformatics relevant research topics are:</p>

<p>genomic scale studies<br />endogenous mechanisms of mutations, germ line and somatic <br />computational aspects of immunology in cancer <br />signalling networks<br />three-dimensional organization of information in the nucleus<br />gene silencing<br />metastatic cross-talk<br />kinase signaling<br />personalized medicine<br />detection of biomarkers in cancer <br />historical DNA variation</p>

<p>From : http://www.ous-research.no/hovig/</p>

<p>Group address:<br />Eivind Hovig, The Norwegian Radium Hospital, Montebello, 0310 Oslo,Norway<br />Email: ehovig@radium.uio.no</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/6132/computational-methods-for-the-analysis-of-the-diversity-and-dynamics-of-genomes</guid>
  <pubDate>Sat, 09 Nov 2013 20:19:02 -0600</pubDate>
  <link></link>
  <title><![CDATA[Computational Methods for the Analysis of the Diversity and Dynamics of Genomes]]></title>
  <description><![CDATA[
<p>The German-Canadian international research training group</p>

<p>"Computational Methods for the Analysis of the Diversity and Dynamics of Genomes"</p>

<p>has currently open positions for graduate students, to study at Simon Fraser University (Vancouver, Canada) and <br />Bielefeld University (Germany), starting in the fall 2014.</p>

<p>This international graduate program is a close cooperation of:</p>

<p>Bielefeld University, Germany: Graduate progam "DiDy"<br />Simon Fraser University (SFU), Vancouver, Canada: Graduate program "MADD-Gen"</p>

<p>The available positions include six PhD positions at Bielefeld University, as well as PhD and MSc positions at SFU.</p>

<p>Application deadline: December 31st, 2013<br />Webpage: http://wiki.techfak.uni-bielefeld.de/didy/Announcement</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/9676/bioinformatics-job-in-genotypic-tech-india</guid>
  <pubDate>Mon, 07 Apr 2014 08:20:54 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics job in Genotypic Tech, India]]></title>
  <description><![CDATA[
<p>Genotypic Technology, the first Genomics Company of India is poised to become the next generation life sciences company. We are hiring professionals for our high end Genomics Labs (Molecular Biology/ Microarray/NGS) and Bioinformatics groups.</p>

<p>Apply to Genotypic Technology if you are a PhD in Life Sciences/ Molecular Biology/ Biotechnology/ Human Genetics/ Bioinformatics with minimum 4-5 years post doctoral experience as well as publications in peer reviewed journals.</p>

<p>Source: http://www.genotypic.co.in/Careers/2/Current-Openings.aspx</p>
]]></description>
</item>

</channel>
</rss>