<?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/10966?offset=10</link>
	<atom:link href="https://bioinformaticsonline.com/related/10966?offset=10" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/5350/introduction-of-epigenomics</guid>
	<pubDate>Sun, 06 Oct 2013 04:59:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/5350/introduction-of-epigenomics</link>
	<title><![CDATA[Introduction of Epigenomics]]></title>
	<description><![CDATA[<ul>
<li><a href="http://www.genome.gov/27532724#al-1">What is the epigenome?</a></li>
<li><a href="http://www.genome.gov/27532724#al-2">What does the epigenome do?</a></li>
<li><a href="http://www.genome.gov/27532724#al-3">What makes up the epigenome?</a></li>
<li><a href="http://www.genome.gov/27532724#al-4">Is the epigenome inherited?</a></li>
<li><a href="http://www.genome.gov/27532724#al-5">What is imprinting?</a></li>
<li><a href="http://www.genome.gov/27532724#al-6">Can the epigenome change?</a></li>
<li><a href="http://www.genome.gov/27532724#al-7">What makes the epigenome change?</a></li>
<li><a href="http://www.genome.gov/27532724#al-8">How do changes in the epigenome contribute to cancer?</a></li>
<li><a href="http://www.genome.gov/27532724#al-9">How are researchers exploring the epigenome?</a></li>
</ul><p>Address of the bookmark: <a href="http://www.genome.gov/27532724" rel="nofollow">http://www.genome.gov/27532724</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/13415/genomics-and-sequencing-approach-for-identification-of-biomarkers-to-assess-the-efficacy-of-tgf-%CE%B2ri-inhibitors-of-liver-cancer-in-vivo</guid>
	<pubDate>Tue, 05 Aug 2014 13:55:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/file/view/13415/genomics-and-sequencing-approach-for-identification-of-biomarkers-to-assess-the-efficacy-of-tgf-%CE%B2ri-inhibitors-of-liver-cancer-in-vivo</link>
	<title><![CDATA[Genomics and sequencing approach for identification of biomarkers to assess the efficacy of TGF-βRI inhibitors (of liver cancer) in vivo]]></title>
	<description><![CDATA[<p>Liver cancer is third leading cause of deaths and fourth most frequent occuring cancer worldwide. There are multiple signaling pathways responsible for causing cancer amongst which TGFb is most important cytokine whose signaling pathway promote cancer. However, main problem is to cure this cancer at late stage where we still have no treatment strategy to tackle this deadly cancer. &nbsp;Hence we need to find out new therapeutic target. One way is to look the relationships between mRNA, methylation and miRNA data of patients with different pathological conditions (cancer vs control either with inhibitor/not). MiRNA is small RNA molecules known to inhibit mRNA expression of particular gene by binding improperly to 3'UTR region of a gene and hence block binding of TF /translation of gene. CpG regions is known to located at promoter region of gene (5' UTR) and usually hypomethylated which allow to gene to transcribe and translate however sometime this region become hyper-methylated thats prevent expression of host gene. Thus , integration of these three data reveal new targets and pathways important for causing or preventing cancer and also reveal biomarker thats check the effects of inhibitor on signaling pathway underlying liver cancer.</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/13415" length="26423" type="image/jpeg" />
</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/pages/view/11644/mirna-database-and-tools</guid>
	<pubDate>Mon, 09 Jun 2014 07:58:40 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/11644/mirna-database-and-tools</link>
	<title><![CDATA[miRNA database and tools]]></title>
	<description><![CDATA[<p>Since few years miRNA has shown to play important role in therapeutic related research and also known to play vital role in controlling gene expression specifically at transcriptional and post-transcription levels. Here are some important DBs and tools related with miRNA:</p><p><strong>miRNA Sequencing data analysis</strong> :&nbsp;http://tools.genxpro.net/omiras/</p><p><strong>miRNApath( R based tool)&nbsp;</strong>: &nbsp;<a href="http://www.bioconductor.org/packages/release/bioc/html/miRNApath.html">http://www.bioconductor.org/packages/release/bioc/html/miRNApath.html</a></p><p><strong>miRWalk DB</strong> :&nbsp;http://www.umm.uni-heidelberg.de/apps/zmf/mirwalk/</p><p><strong>TargetScanHuman</strong> :&nbsp;http://www.targetscan.org/</p><p><strong>RNAhybrid</strong> :&nbsp;http://bibiserv.techfak.uni-bielefeld.de/rnahybrid/welcome.html</p><p><strong>RNA22 predictor</strong> :&nbsp;http://cbcsrv.watson.ibm.com/rna22.html</p><p><strong>miRNA predictor</strong> :&nbsp;http://www.microrna.org/microrna/home.do</p><p><strong>Plant miRNA DB</strong> :http://bioinformatics.cau.edu.cn/PMRD/</p><p><strong>miRBASE DB</strong>:&nbsp;http://www.mirbase.org/</p><p><strong>Plant RNA predictor</strong> : http://plantgrn.noble.org/psRNATarget/</p><p><strong>miRNA Interaction DB</strong> :&nbsp;http://starbase.sysu.edu.cn/</p><p><strong>Sequencing based miRNA DB</strong> :&nbsp;http://mirgator.kobic.re.kr/</p><p><strong>predicted A-to-I edited miRNA DB </strong>:&nbsp;http://microrna.osumc.edu/mireditar/</p><p><strong>Animal, plant and virus miRNA DB</strong> :&nbsp;http://lemur.amu.edu.pl/share/php/mirnest/</p><p><strong>Atlantic Salmon&nbsp;miRNAs DB </strong>:<strong>&nbsp;</strong>http://www.molgenv.com/ssa_mirnas_db_home.php</p><p><strong>miRNA prediction on UTRs</strong> :&nbsp;http://genie.weizmann.ac.il/pubs/mir07/mir07_prediction.html</p><p><span style="text-decoration: underline;"><strong>Idea of analysing miRNA Sequencing data</strong></span> :</p><p>http://www.illumina.com/applications/epigenetics/small_rna_analysis.ilmn</p><p><strong>More:</strong></p><p><a href="http://www.bioconductor.org/help/search/index.html?q=miRNA+target">http://www.bioconductor.org/help/search/index.html?q=miRNA+target</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42568/breedbase-is-a-comprehensive-breeding-management-and-analysis-software</guid>
	<pubDate>Wed, 06 Jan 2021 19:45:21 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42568/breedbase-is-a-comprehensive-breeding-management-and-analysis-software</link>
	<title><![CDATA[Breedbase is a comprehensive breeding management and analysis software]]></title>
	<description><![CDATA[<p><span>Breedbase is a comprehensive breeding management and analysis software. It can be used to design field layouts, collect phenotypic information using tablets, support the collection of genotyping samples in a field, store large amounts of high density genotypic information, and provide Genomic Selection related analyses and predictions. Breedbase supports the BrAPI standard.</span></p><p>Address of the bookmark: <a href="https://breedbase.org/" rel="nofollow">https://breedbase.org/</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39190/chipulate-a-python3-framework-to-simulate-read-counts-in-a-chip-seq-experiment</guid>
	<pubDate>Mon, 25 Mar 2019 12:46:47 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39190/chipulate-a-python3-framework-to-simulate-read-counts-in-a-chip-seq-experiment</link>
	<title><![CDATA[ChIPulate: A Python3 framework to simulate read counts in a ChIP-seq experiment]]></title>
	<description><![CDATA[<p><span style="color: #202020; font-size: 13px; font-style: normal; font-weight: 400; text-align: start; background-color: #ffffff; float: none;">ChIP-seq simulation pipeline, ChIPulate, we assess the impact of various biological and experimental sources of variation on several outcomes of a ChIP-seq experiment, viz., the recoverability of the TF binding motif, accuracy of TF-DNA binding detection, the sensitivity of inferred TF-DNA binding strength, and number of replicates needed to confidently infer binding strength.<span> <br></span></span></p><p>Address of the bookmark: <a href="https://github.com/vishakad/chipulate" rel="nofollow">https://github.com/vishakad/chipulate</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/35991/webinar-on-diagnosis-of-rare-diseases-using-ngs-based-multi-gene-testing-case-studies-by-draparna-ganapathy-on-18-apr-2018</guid>
	<pubDate>Mon, 19 Mar 2018 04:40:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/35991/webinar-on-diagnosis-of-rare-diseases-using-ngs-based-multi-gene-testing-case-studies-by-draparna-ganapathy-on-18-apr-2018</link>
	<title><![CDATA[Webinar on Diagnosis of Rare Diseases using NGS Based Multi-gene Testing- Case studies by Dr.Aparna Ganapathy on 18 Apr 2018]]></title>
	<description><![CDATA[<p>A disease is considered to be &lsquo;rare&rsquo; when it affects one in about 2000 individuals in the population. This, individually are although rare, collectively, the incidence could be very high causing a significant socio-economic burden. Arriving at a confirmatory diagnosis is a major challenge in these inherited disorders, which can significantly impact treatment and disease management. Conventional genetic testing for rare diseases focuses mostly on sequencing of fewer genes, followed by a deletion/duplica-tion analysis by multiplex ligation-dependent probe amplifi&not;cation (MLPA). This sequential testing strategy is time consuming and very expensive. Multi-gene panel based on NGS (next-generation sequencing) can allow us to detect all types of mutations, including large deletions/duplications, thus allowing us to perform a comprehensive genetic testing in a cost-effective manner. Thus, with the advent of NGS technology, the possibility of offering a &lsquo;single platform solution&rsquo; for all types of genetic defects can become a reality.</p><p>The webinar will highlight some of the interesting case studies wherein multi-gene testing with NGS was helpful in arriving at a confirmatory as well as differential diagnosis, even for complex clinical conditions. With robust bioinformatic analysis, we were able to detect few complex variations in few cases which a conventional test had missed. Some of those cases will also be discussed.</p><p><a href="http://www.strand-ngs.com/webinar_registration">Session 1: 9 am CET, 18 Apr 2018<br /></a><a href="http://www.strand-ngs.com/webinar_registration">Session 2: 8 am CET, 18 Apr 2018</a>&nbsp;<br />To attend, register here:&nbsp;<a href="http://www.strand-ngs.com/webinar_registration">http://www.strand-ngs.com/webinar_registration</a></p><p><strong>About Speaker:</strong>&nbsp;Dr. Aparna Ganapathy is Senior scientist- Clinical Diagnostics at Strand Life Sciences. She has over 8 years of experience in human genetics and molecular biology. She received her Ph.D. in Human Molecular Genetics from Jawaharlal Nehru Centre for Advanced Scientific Research, Bangalore. At Strand Life Sciences, she is involved in the interpretation and clinical reporting of the genetic disorders. The focus of these genetic tests is to provide accurate and rapid clinical diagnosis for various inherited disorders.</p>]]></description>
	<dc:creator>Strand</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/10749/memories-can-be-passed-down-through-dna</guid>
	<pubDate>Sat, 10 May 2014 21:24:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/10749/memories-can-be-passed-down-through-dna</link>
	<title><![CDATA[Memories Can Be Passed Down Through DNA]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/tbPwzII_g6o" frameborder="0" allowfullscreen></iframe>The premise of Assassin's Creed is the reliving of other people's memories stored inside DNA. Well scientists have found that in mice, it actually happens! Anthony is joined by special guest and our friend Tara Long from Hard Science to explain how this process works, and if it might apply to humans as well.

Read More: 
Parental olfactory experience influences behavior and neural structure in subsequent generations
http://www.nature.com/neuro/journal/vaop/ncurrent/abs/nn.3594.html
"Using olfactory molecular specificity, we examined the inheritance of parental traumatic exposure, a phenomenon that has been frequently observed, but not understood."

What Is Epigenetics?
http://www.sciencemag.org/content/330/6004/611
"The cells in a multicellular organism have nominally identical DNA sequences (and therefore the same genetic instruction sets), yet maintain different terminal phenotypes. This nongenetic cellular memory, which records developmental and environmental cues (and alternative cell states in unicellular organisms), is the basis of epi-(above)-genetics."

Epigenetics
http://en.wikipedia.org/wiki/Epigenetics

Watch More:
How to Change Your Genes
https://www.youtube.com/watch?v=B5DU9lgbsSE
TestTube Wild Card
http://testtube.com/dnews/dnews-231-how-too-many-screens-affect-our-brain?utm_source=YT&utm_medium=DNews&utm_campaign=DNWC
Is Sexiness Hereditary?
https://www.youtube.com/watch?v=z6STRCncvM8
____________________

DNews is dedicated to satisfying your curiosity and to bringing you mind-bending stories & perspectives you won't find anywhere else! New videos twice daily. 

Watch More DNews on TestTube http://testtube.com/dnews

Subscribe now! http://www.youtube.com/subscription_center?add_user=dnewschannel

DNews on Twitter http://twitter.com/dnews

Anthony Carboni on Twitter http://twitter.com/acarboni

Laci Green on Twitter http://twitter.com/gogreen18

Trace Dominguez on Twitter http://twitter.com/trace501

DNews on Facebook http://facebook.com/dnews

DNews on Google+ http://gplus.to/dnews

Discovery News http://discoverynews.com]]></description>
	
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/20508/15-highly-motivated-early-stage-researchers-esrsphd-positions</guid>
  <pubDate>Sun, 25 Jan 2015 05:23:53 -0600</pubDate>
  <link></link>
  <title><![CDATA[15 highly motivated Early Stage Researchers (ESRs)/PhD positions]]></title>
  <description><![CDATA[
<p>The MiND programme  looking for 15 highly motivated Early Stage Researchers (ESRs), researchers with a BSc or MSc degree within the first four years (full-time equivalent) of their research career</p>

<p> All applications sent before  2nd of February 2015.</p>

<p>http://www.mind-project.eu/career</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/18741/a-powerful-yet-simple-gene-set-analysis-tool-for-interpreting-rna-seq-and-ngs-results</guid>
	<pubDate>Thu, 30 Oct 2014 09:19:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/18741/a-powerful-yet-simple-gene-set-analysis-tool-for-interpreting-rna-seq-and-ngs-results</link>
	<title><![CDATA[A powerful, yet simple, gene set analysis tool for interpreting RNA-seq and NGS results.]]></title>
	<description><![CDATA[<p>LifeMap Sciences is introducing&nbsp;<a href="http://geneanalytics.genecards.org/">GeneAnalytics</a>, our new gene set analysis tool, which is applicable for NGS results and differentially expressed gene lists from variable sources. GeneAnalytics provides&nbsp;gene associations with tissues &amp; cells, diseases, pathways, GO terms and compounds.</p><p>Our main advantages over other similar tools are:</p><ul>
<li>GeneAnalytics is very simple and intuitive to use.</li>
<li>GeneAnalytics is based on our proprietary databases &ndash;&nbsp;<strong>GeneCards</strong>, MalaCards, PathCards and LifeMap Discovery, each of them integrates information from a very large number of resources.</li>
<li>GeneAnalytics supplies links for extensive background information on each of the matched results.</li>
</ul><p>&nbsp;</p><p>I invite you to try it out for free at&nbsp;geneanalytics.genecards.org, and would be happy to hear your comments and thoughts on how we can improve.</p><p>&nbsp;</p><p>Yours,</p><p>Shani Ben-Ari Fuchs</p><p>LifeMap Sciences Team</p>]]></description>
	<dc:creator>Shani</dc:creator>
</item>

</channel>
</rss>