<?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/43791?offset=500</link>
	<atom:link href="https://bioinformaticsonline.com/related/43791?offset=500" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/43341/nigerian-bioinformatics-and-genomics-network-nbgn</guid>
  <pubDate>Tue, 31 Aug 2021 08:29:40 -0500</pubDate>
  <link></link>
  <title><![CDATA[Nigerian Bioinformatics and Genomics Network (NBGN)]]></title>
  <description><![CDATA[
<p>This is to announce the second official conference of the Nigerian Bioinformatics and Genomics Network (NBGN). October 11-13,2021 at Landmark University, Omu-Aran, Kwara State and Zoom ( conference link to be announced soon</p>

<p>#NBGN21</p>

<p>www.nbgn21conference.com</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/44639/the-sheppard-lab</guid>
  <pubDate>Fri, 09 Aug 2024 02:48:34 -0500</pubDate>
  <link></link>
  <title><![CDATA[The Sheppard Lab]]></title>
  <description><![CDATA[
<p>Ineos Oxford Institute of Antimicrobial Research – Department of Biology – University of Oxford</p>

<p>Our research centres on the use of genetics/genomics and phenotypic studies to address complex questions in the ecology, epidemiology and evolution of microbes. Our most recent interest focuses upon comparative genome analysis to describe the core and flexible genome of pathogenic bacteria (Campylobacter, Acinetobacter, Escherichia coli, Helicobacter, Staphylococcus and Streptococcus suis) and how this is related to population genetic structuring, the maintenance of species, and the evolution of host/niche adaptation and virulence.</p>

<p>More at https://sheppardlab.com/research/</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/bookmarks/view/2728/statistics-of-current-sequencing-and-bioinformatics-market</guid>
	<pubDate>Wed, 21 Aug 2013 08:29:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/2728/statistics-of-current-sequencing-and-bioinformatics-market</link>
	<title><![CDATA[Statistics of current Sequencing and Bioinformatics market]]></title>
	<description><![CDATA[<p>This survey conducted by&nbsp;<strong>Oxford&nbsp;<a href="http://www.ogt.co.uk/" target="_blank">Gene</a>&nbsp;Technology,</strong>&nbsp;<span>provider of innovative&nbsp;genetics&nbsp;research and&nbsp;biomarker</span>&nbsp;<span>solutions to advance molecular medicine, has released the results from a recent survey of researchers using next generation sequencing. (Source:<a href="http://www.news-medical.net/news/20130821/Oxford-Gene-Technology-releases-next-generation-sequencing-survey-results.aspx">http://www.news-medical.net/news/20130821/Oxford-Gene-Technology-releases-next-generation-sequencing-survey-results.aspx</a>&nbsp;)</span></p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="http://www.ogt.com/assets/0000/3190/NGS_Survey_2013_Infographic_Web.pdf" rel="nofollow">http://www.ogt.com/assets/0000/3190/NGS_Survey_2013_Infographic_Web.pdf</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/3029/bioinformatics-market-in-india</guid>
	<pubDate>Fri, 23 Aug 2013 07:08:49 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/3029/bioinformatics-market-in-india</link>
	<title><![CDATA[Bioinformatics market in India]]></title>
	<description><![CDATA[<div><strong>Key Topics Covered in the Report:</strong></div>
<ul>
<li>The market size of the Indian Bioinformatics Industry , FY&rsquo;2007-FY&rsquo;2013</li>
<li>Market segmentation of India bioinformatics industry by application by sectors, FY&rsquo;2007-FY&rsquo;2013</li>
<li>Market Segmentation of India bioinformatics industry by products and services,FY&rsquo;2007-FY&rsquo;2013</li>
<li>Market Segmentation of India bioinformatics industry by applications of bioinformatics ,FY&rsquo;2007-FY&rsquo;2013</li>
<li>India bioinformatics industry trends and developments</li>
<li>Government regulations and initiatives of India bioinformatics industry</li>
<li>Major bioinformatics research institutes in India</li>
<li>Market Share of leading players in bioinformatics industry in India,FY&rsquo;2013</li>
<li>Company profiles of major players in India bioinformatics industry</li>
<li>Future outlook and projections on the basis of revenue in India bioinformatics market, FY&rsquo;2014-FY&rsquo;2018</li>
</ul>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(Source: Ken Research)</p><p>Address of the bookmark: <a href="http://www.kenresearch.com/healthcare/biotechnology/india-bioinformatics-industry-research-report/392-91.html" rel="nofollow">http://www.kenresearch.com/healthcare/biotechnology/india-bioinformatics-industry-research-report/392-91.html</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/4943/molecular-genetics-lecture</guid>
	<pubDate>Fri, 27 Sep 2013 04:24:45 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/4943/molecular-genetics-lecture</link>
	<title><![CDATA[Molecular Genetics Lecture]]></title>
	<description><![CDATA[<p><span>"Robert Sapolsky makes interdisciplinary connections between behavioral biology and molecular genetic influences. He relates protein synthesis and point mutations to microevolutionary change, and discusses conflicting theories of gradualism and punctuated equilibrium and the influence of epigenetics on development theories."&nbsp;</span></p>
<p><span>"<span><strong>Robert Sapolsky</strong> is an American neuroendocrinologist, professor of biology, neuroscience, and neurosurgery at Stanford University, researcher and author" ----Wikipedia</span></span></p><p>Address of the bookmark: <a href="http://www.youtube.com/watch?v=_dRXA1_e30o" rel="nofollow">http://www.youtube.com/watch?v=_dRXA1_e30o</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/7812/bioinformatics-infrastructure-speed-up-indian-agriculture</guid>
	<pubDate>Tue, 07 Jan 2014 12:44:44 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/7812/bioinformatics-infrastructure-speed-up-indian-agriculture</link>
	<title><![CDATA[Bioinformatics infrastructure speed up Indian agriculture]]></title>
	<description><![CDATA[<p>"<span>Realizing the paradigm shift it can bring about, the government is focusing on increased bioinformatics intervention in agri-sciences. Currently under process, the national grid on bioinformatics is expected make much better sense out of huge genomic" - </span></p><p><span></span><a href="http://www.biospectrumindia.com/biospecindia/features/203849/supercomputing-indian-agriculture-fast-track-mode/page/1">http://www.biospectrumindia.com/biospecindia/features/203849/supercomputing-indian-agriculture-fast-track-mode/page/1</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/10739/science-for-life-laboratory-scilifelab-sweden</guid>
  <pubDate>Sat, 10 May 2014 06:22:30 -0500</pubDate>
  <link></link>
  <title><![CDATA[Science for Life Laboratory (SciLifeLab)-Sweden]]></title>
  <description><![CDATA[
<p>Science for Life Laboratory (SciLifeLab) is a national center for molecular biosciences with focus on health and environmental research. The center combines frontline technical expertise with advanced knowledge of translational medicine and molecular bioscience. SciLifeLab is a national resource and a collaboration between four universities: Karolinska Institutet, KTH Royal Institute of Technology, Stockholm University and Uppsala University.</p>

<p>Webpage : https://www.scilifelab.se/about-us/<br />Opportunity: https://www.scilifelab.se/about-us/career/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/26290/webinar-on-streamlining-large-scale-analysis-using-the-strand-ngs-pipeline-manager-on-24-feb-2016</guid>
	<pubDate>Fri, 05 Feb 2016 06:43:28 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/26290/webinar-on-streamlining-large-scale-analysis-using-the-strand-ngs-pipeline-manager-on-24-feb-2016</link>
	<title><![CDATA[Webinar on Streamlining large scale analysis using the Strand NGS Pipeline Manager on 24 Feb 2016]]></title>
	<description><![CDATA[<p><a href="http://www.strand-ngs.com/webinar_registration" title="webinar"><strong>Live Webinar on Streamlining large scale NGS data analysis using the Strand NGS Pipeline Manager on 24 Feb 2016</strong></a></p><p><strong>Abstract:</strong> Strand NGS includes comprehensive workflows for DNA-Seq, RNA-Seq, Small RNA-Seq, ChIP-Seq, MeDIP-Seq, and Methyl-Seq analysis. Each workflow includes a quality assessment and filter section, followed by a workflow-specific analysis section. The pipeline functionality in Strand NGS allows users to execute a sequence of analysis steps with specific parameters - all without any manual intervention. This simplifies the analysis in large scale sequencing projects where every sample needs to be processed identically.</p><p>In this webinar we will discuss the pre-packaged pipelines present in Strand NGS. The packaged pipelines have well-chosen default parameters and are suitable for users analyzing data for the first time in the tool. We will also show how advanced users can customize pipelines and share them with other Strand NGS users. Finally, we will show a brief glimpse of an elaborate pipeline that aligns reads, filters poor-quality matches, computes coverage metrics, identifies variants, checks for sample cross-contamination, and emails quality reports - all from within Strand NGS.</p><p><strong>Speaker:</strong> Dr. Vamsi Veeramachaneni, Vice President - Bioinformatics, Strand Life Sciences</p><p><strong>Details:</strong> Session 1: 2:30 PM IST, Session 2 : 10:30 PM IST<br /><strong>Register here:</strong> http://www.strand-ngs.com/webinar_registration</p><h3>&nbsp;</h3>]]></description>
	<dc:creator>Yeshodari</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38577/genoviz-visualization-software-for-genomics</guid>
	<pubDate>Wed, 02 Jan 2019 04:07:57 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38577/genoviz-visualization-software-for-genomics</link>
	<title><![CDATA[GenoViz: Visualization software for genomics]]></title>
	<description><![CDATA[<p><span>GenoViz provides software applications and re-usable components for data visualization and data sharing in genomics. Our flagship product is Integrated Genome Browser (IGB).</span><br><br><span>For more information about IGB, visit&nbsp;</span><a href="http://bioviz.org/" target="_blank">http://bioviz.org<span></span></a><span>.</span><br><br><span>Source code for the project was hosted here for many years. In 2014, we moved to a new git repository at&nbsp;</span><a href="http://www.bitbucket.org/lorainelab/integrated-genome-browser" target="_blank">http://www.bitbucket.org/lorainelab/integrated-genome-browser<span></span></a><span>. We are still using SourceForge to distribute new releases of IGB as compiled code (igb.zip) you can use to run IGB on your computer.&nbsp;</span><br><br><span>If you have questions, feel free to get in touch. Contact project head Ann Loraine (</span><a href="mailto:aloraine@uncc.edu" target="_blank">aloraine@uncc.edu<span></span></a><span>) or lead developer David Norris (</span><a href="mailto:dcnorris@uncc.edu" target="_blank">dcnorris@uncc.edu<span></span></a><span>&gt;).</span></p><p>Address of the bookmark: <a href="https://sourceforge.net/projects/genoviz/" rel="nofollow">https://sourceforge.net/projects/genoviz/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>