<?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/34212?offset=40</link>
	<atom:link href="https://bioinformaticsonline.com/related/34212?offset=40" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/10966/genxpro-gmbh</guid>
	<pubDate>Thu, 22 May 2014 07:18:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/10966/genxpro-gmbh</link>
	<title><![CDATA[GenXPro GmbH]]></title>
	<description><![CDATA[<p><strong>GenXPro</strong>&nbsp;GMbH is service provider for entire spectrum of nucleotide-based information&nbsp;of any biological sample. By combining intelligent data reduction techniques and&nbsp;latest next generation sequencing technologies, our service portfolio provides most accurate and cost efficient solutions for&nbsp;transcriptomic-, genomic- or epigenomic research.</p><p><span><span><strong><span>GENXPRO GMBH</span>,&nbsp;</strong></span></span><span>ALTENH&Ouml;FERALLEE 3,&nbsp;</span><span>60438 FRANKFURT MAIN,&nbsp;</span><span>GERMANY</span></p><p><span><span><strong>Website</strong></span>:&nbsp;<a href="http://www.genxpro.info/products_and_services/"></a><a href="http://www.genxpro.info/products_and_services/">http://www.genxpro.info/products_and_services/</a></span></p><p><span><strong>PHONE</strong>: +49 (0)69- 95 73 97 10,&nbsp;FAX: +49 (0)69- 95 73 97 06</span></p><p><span>EMAIL: info@genxpro.de</span></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/19631/rosalind-bioinformatics-problems</guid>
	<pubDate>Thu, 18 Dec 2014 10:32:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/19631/rosalind-bioinformatics-problems</link>
	<title><![CDATA[Rosalind Bioinformatics problems !!!]]></title>
	<description><![CDATA[<p>Rosalind is a platform for learning bioinformatics and programming through problem solving. <a href="http://rosalind.info/problems/list-view/">Take a tour</a> to get the hang of how Rosalind works.</p>
<p>http://rosalind.info/problems/list-view/</p><p>Address of the bookmark: <a href="http://rosalind.info/problems/list-view/" rel="nofollow">http://rosalind.info/problems/list-view/</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43308/rna-seq-differential-expression-work-flow-using-deseq2</guid>
	<pubDate>Mon, 23 Aug 2021 10:57:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43308/rna-seq-differential-expression-work-flow-using-deseq2</link>
	<title><![CDATA[RNA-Seq differential expression work flow using DESeq2]]></title>
	<description><![CDATA[<p><span>One of the aim of RNAseq data analysis is the detection of differentially expressed genes. The package&nbsp;</span><a href="http://www.bioconductor.org/packages/release/bioc/html/DESeq2.html">DESeq2</a><span>&nbsp;provides methods to test for differential expression analysis.</span></p><p>Address of the bookmark: <a href="http://www.sthda.com/english/wiki/rna-seq-differential-expression-work-flow-using-deseq2" rel="nofollow">http://www.sthda.com/english/wiki/rna-seq-differential-expression-work-flow-using-deseq2</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44789/kallisto-vs-salmon-choosing-the-right-tool-for-rna-seq-quantification</guid>
	<pubDate>Fri, 02 May 2025 06:28:46 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44789/kallisto-vs-salmon-choosing-the-right-tool-for-rna-seq-quantification</link>
	<title><![CDATA[Kallisto vs Salmon: Choosing the Right Tool for RNA-Seq Quantification]]></title>
	<description><![CDATA[<p>In the world of transcriptomics, quantifying gene and transcript expression accurately and efficiently is crucial. With the explosion of RNA-Seq data, researchers have turned to fast, alignment-free tools that streamline the quantification process without compromising accuracy. Two leading tools in this space are&nbsp;<span>Kallisto</span>&nbsp;and&nbsp;<span>Salmon</span>. Both tools are highly efficient and widely used in the bioinformatics community, but they differ in subtle yet important ways. If you're unsure which one to use for your next RNA-Seq project, this post is for you.</p><h2>What Are Kallisto and Salmon?</h2><p>At their core, both&nbsp;<span>Kallisto</span>&nbsp;and&nbsp;<span>Salmon</span>&nbsp;are tools for&nbsp;<span>quantifying transcript abundance</span>&nbsp;from RNA-Seq reads. They bypass traditional alignment-based methods, replacing them with&nbsp;<span>pseudoalignment</span>&nbsp;or&nbsp;<span>quasi-mapping</span>, which drastically speeds up the process.</p><ul>
<li><span>Kallisto</span>&nbsp;was developed by Lior Pachter&rsquo;s lab and introduced the concept of&nbsp;<em>pseudoalignment</em>&nbsp;using a de Bruijn graph.</li>
<li><span>Salmon</span>, developed by Rob Patro&rsquo;s group, builds on this idea with&nbsp;<em>quasi-mapping</em>&nbsp;and offers additional features like advanced bias correction.</li>
</ul><h2>Head-to-Head Comparison</h2><h3>1. Algorithm</h3><ul>
<li><span>Kallisto</span>&nbsp;uses&nbsp;<em>pseudoalignment</em>, focusing on matching k-mers from reads to a transcriptome index.</li>
<li><span>Salmon</span>&nbsp;uses&nbsp;<em>quasi-mapping</em>, which adds more flexibility and can also work with aligned reads (BAM files).</li>
</ul><h3>2. Input and Flexibility</h3><ul>
<li><span>Kallisto</span>&nbsp;works with raw FASTQ reads and requires a custom transcriptome index.</li>
<li><span>Salmon</span>&nbsp;accepts FASTQ or pre-aligned BAM files, giving you more workflow options.</li>
</ul><h3>3. Bias Correction</h3><p>One of Salmon&rsquo;s major advantages is its sophisticated bias correction system. It corrects for:</p><ul>
<li>Sequence-specific bias</li>
<li>Positional bias</li>
<li>GC-content bias</li>
</ul><p>Kallisto offers basic sequence bias correction but lacks the comprehensive models found in Salmon.</p><h3>4. Speed and Resources</h3><ul>
<li><span>Kallisto</span>&nbsp;is blazing fast and slightly more memory-efficient.</li>
<li><span>Salmon</span>&nbsp;is still very fast, but the added features can come at a small computational cost.</li>
</ul><h3>5. Output and Downstream Analysis</h3><ul>
<li>Both tools provide transcript-level quantifications and support bootstrapping for variance estimation.</li>
<li><span>Salmon</span>&nbsp;can also summarize counts at the gene level if provided with a mapping file (<code>--geneMap</code>).</li>
<li>Kallisto integrates seamlessly with&nbsp;<span>Sleuth</span>&nbsp;for differential expression analysis.</li>
<li>Salmon works well with&nbsp;<span>tximport</span>,&nbsp;<span>DESeq2</span>,&nbsp;<span>edgeR</span>, and other Bioconductor tools.</li>
</ul><h2>Choosing the Right Tool</h2><table>
<thead>
<tr><th>Goal</th><th>Recommended Tool</th></tr>
</thead>
<tbody>
<tr>
<td>Maximum speed</td>
<td>Kallisto</td>
</tr>
<tr>
<td>Advanced bias correction</td>
<td>Salmon</td>
</tr>
<tr>
<td>Use BAM files</td>
<td>Salmon</td>
</tr>
<tr>
<td>Transcript-level quantification with Sleuth</td>
<td>Kallisto</td>
</tr>
<tr>
<td>Integration with DESeq2/edgeR</td>
<td>Salmon</td>
</tr>
</tbody>
</table><h2>Example Command Lines</h2><p><span>Kallisto</span>&nbsp;(paired-end):</p><pre><code>kallisto quant -i transcriptome.idx -o output -b 100 sample_R1.fastq sample_R2.fastq
</code></pre><p><span>Salmon</span>&nbsp;(paired-end, bias correction):</p><pre><code>salmon quant -i salmon_index -l A -1 sample_R1.fastq -2 sample_R2.fastq \
  -p 8 --validateMappings --seqBias --gcBias -o output
</code></pre><h2>Conclusion</h2><p>Both Kallisto and Salmon are exceptional tools that have transformed RNA-Seq analysis. Your choice largely depends on your priorities&mdash;whether it's speed, accuracy, flexibility, or compatibility with downstream tools.</p><p>For many users,&nbsp;<span>Salmon</span>&nbsp;offers a more complete and flexible solution, especially when bias correction and gene-level outputs are essential. However,&nbsp;<span>Kallisto</span>&nbsp;remains a favorite for quick, accurate quantification, especially when paired with the&nbsp;<span>Sleuth</span>&nbsp;pipeline.</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37291/transrate-understanding-your-transcriptome-assembly</guid>
	<pubDate>Fri, 13 Jul 2018 07:49:26 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37291/transrate-understanding-your-transcriptome-assembly</link>
	<title><![CDATA[transrate: Understanding your transcriptome assembly]]></title>
	<description><![CDATA[<p><span>Transrate is software for&nbsp;</span><em>de-novo</em><span>&nbsp;transcriptome assembly quality analysis. It examines your assembly in detail and compares it to experimental evidence such as the sequencing reads, reporting quality scores for contigs and assemblies. This allows you to choose between assemblers and parameters, filter out the bad contigs from an assembly, and help decide when to stop trying to improve the assembly.</span></p><p>Address of the bookmark: <a href="http://hibberdlab.com/transrate/index.html" rel="nofollow">http://hibberdlab.com/transrate/index.html</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/33917/webinar-on-leukocyte-immunobiology-helps-us-predict-post-operative-risk-using-pre-operative-markers-on-9-aug-8-am-pst</guid>
	<pubDate>Tue, 18 Jul 2017 08:21:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/33917/webinar-on-leukocyte-immunobiology-helps-us-predict-post-operative-risk-using-pre-operative-markers-on-9-aug-8-am-pst</link>
	<title><![CDATA[Webinar on Leukocyte immunobiology helps us predict post-operative risk using pre-operative markers on 9 Aug, 8 am PST]]></title>
	<description><![CDATA[<h2><strong><a href="http://www.strand-ngs.com/webinar_registration#registration-form">Free Live Webinar on Leukocyte immunobiology helps us predict post-operative risk using pre-operative markers on 9 Aug, 8 am PST</a></strong></h2><h2 id="Next-gen-seq"><em><a href="http://www.strand-ngs.com/webinar_registration">Speaker:</a></em></h2><p><strong>Mario Deng</strong><span>&nbsp;MD FACC FESC</span><br /><span>Professor of Medicine</span><br /><span>Advanced Heart Failure/Mechanical</span><br /><span>Support/Heart Transplant</span><br /><span>David Geffen School of&nbsp;</span><br /><span>Medicine at UCLA</span><br /><span>Ronald Reagan UCLA Medical Center</span></p><h2><em><a href="http://www.strand-ngs.com/webinar_registration">Abstract:</a></em></h2><div id="more-webinar"><p>Strand NGS supports a comprehensive and flexible RNA-Seq data analysis workflow consisting of Alignment, Quality Assessment, Filters, and a range of analysis and visualization options that help in studying a variety of samples and answering long-standing biological questions.</p></div><div><p>In this webinar, Dr. Deng will discuss the analysis of transcriptome, flow cytometry and cytokine data from pre-operative blood samples of advanced heart failure patients undergoing Mechanical Circulatory Support (MCS) surgery. He will discuss in detail the identification of prominent clinical variables, a set of transcriptome biomarkers, and their role in the context of systems biology. Finally, the application of Class Prediction algorithms in Strand NGS for identification of high-risk patients will be illustrated.</p><p>This immunobiology based study highlights the potential of machine learning techniques in clinical risk prediction and patient management, and from a clinician&rsquo; s perspective, the utility of biomarker discovery studies in helping patients make more informed decisions as a step towards personalized precision medicine.</p><p><em><a href="http://www.strand-ngs.com/webinar_registration#registration-form">Register here</a></em></p></div>]]></description>
	<dc:creator>Yeshodari</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>

</channel>
</rss>