<?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/38649?offset=90</link>
	<atom:link href="https://bioinformaticsonline.com/related/38649?offset=90" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<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/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/22891/17-marie-curie-phd-position-available-immediately</guid>
  <pubDate>Tue, 23 Jun 2015 06:52:06 -0500</pubDate>
  <link></link>
  <title><![CDATA[17 Marie Curie PhD position available immediately]]></title>
  <description><![CDATA[
<p>Kindly look into following webpage:<br />http://medhealth.leeds.ac.uk/info/1450/scholarships/1795/marie_curie_phd_training_network</p>

<p>The closing date for application will be 26 June 2015.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34549/kraken-a-universal-genomic-coordinate-translator-for-comparative-genomics</guid>
	<pubDate>Thu, 07 Dec 2017 04:45:43 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34549/kraken-a-universal-genomic-coordinate-translator-for-comparative-genomics</link>
	<title><![CDATA[kraken: A universal genomic coordinate translator for comparative genomics]]></title>
	<description><![CDATA[<p><span>If you planning on conducting a study involving dozens of large genomes, then you do not have to run all pairwise synteny alignments .. simply try&nbsp;kraken: A universal genomic coordinate translator for comparative genomics</span></p><p>Address of the bookmark: <a href="https://github.com/nedaz/kraken" rel="nofollow">https://github.com/nedaz/kraken</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38006/scribl-html5-canvas-genomics-graphic-library</guid>
	<pubDate>Thu, 25 Oct 2018 09:38:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38006/scribl-html5-canvas-genomics-graphic-library</link>
	<title><![CDATA[Scribl : HTML5 canvas genomics graphic library]]></title>
	<description><![CDATA[<p>Scribl is a javascript, Canvas-based graphics library that easily generates biological visuals of genomic regions, alignments, and assembly data. Scribl can also be used in conventional offline pipelines, since everything needed to generate charts can be contained in a single html file.</p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="http://chmille4.github.io/Scribl/" rel="nofollow">http://chmille4.github.io/Scribl/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40476/libsdyogen-libibrary-for-comparative-genomics</guid>
	<pubDate>Wed, 25 Dec 2019 01:32:39 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40476/libsdyogen-libibrary-for-comparative-genomics</link>
	<title><![CDATA[LibsDyogen: Libibrary for comparative genomics]]></title>
	<description><![CDATA[<p>Library of usual classes and functions written in python and used in the Dyogen team for comparative genomics applications.</p>
<p>Collaborative python library used in the<span>&nbsp;</span><a href="http://www.ibens.ens.fr/?rubrique43&amp;lang=fr">DYOGEN team</a>for studying the evolution of gene order in vertebrates.</p>
<p><a href="http://www.ibens.ens.fr/?rubrique43&amp;lang=fr">http://www.ibens.ens.fr/?rubrique43&amp;lang=fr</a></p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="https://github.com/DyogenIBENS/LibsDyogen" rel="nofollow">https://github.com/DyogenIBENS/LibsDyogen</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41459/jcvipython-utility-libraries-on-genome-assembly-annotation-and-comparative-genomics</guid>
	<pubDate>Tue, 17 Mar 2020 06:19:06 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41459/jcvipython-utility-libraries-on-genome-assembly-annotation-and-comparative-genomics</link>
	<title><![CDATA[JCVI:Python utility libraries on genome assembly, annotation and comparative genomics]]></title>
	<description><![CDATA[<p>Collection of Python libraries to parse bioinformatics files, or perform computation related to assembly, annotation, and comparative genomics.</p>
<p>https://github.com/tanghaibao/jcvi</p>
<p>More at https://github.com/tanghaibao/jcvi/wiki</p><p>Address of the bookmark: <a href="https://github.com/tanghaibao/jcvi" rel="nofollow">https://github.com/tanghaibao/jcvi</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>