<?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/23582?offset=30</link>
	<atom:link href="https://bioinformaticsonline.com/related/23582?offset=30" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40889/rcorrector-efficient-and-accurate-error-correction-for-illumina-rna-seq-reads</guid>
	<pubDate>Tue, 04 Feb 2020 23:23:16 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40889/rcorrector-efficient-and-accurate-error-correction-for-illumina-rna-seq-reads</link>
	<title><![CDATA[Rcorrector: efficient and accurate error correction for Illumina RNA-seq reads]]></title>
	<description><![CDATA[<p><span>Rcorrector has an accuracy higher than or comparable to existing methods, including the only other method (SEECER) designed for RNA-seq reads, and is more time and memory efficient. With a 5 GB memory footprint for 100 million reads, it can be run on virtually any desktop or server. The software is available free of charge under the GNU General Public License from&nbsp;</span><a href="https://github.com/mourisl/Rcorrector/" target="_blank">https://github.com/mourisl/Rcorrector/</a><span>.</span></p>
<pre><code>Usage: perl run_rcorrector.pl [OPTIONS]
OPTIONS:
	Required
	-s seq_files: comma separated files for single-end data sets
	-1 seq_files_left: comma separated files for the first mate in the paried-end data sets
	-2 seq_files_right: comma separated files for the second mate in the paired-end data sets
	-i seq_files_interleaved: comma sperated files for interleaved paired-end data sets
	Optional
	-k INT: kmer_length (&lt;=32, default: 23)
	-od STRING: output_file_directory (default: ./)
	-t INT: number of threads to use (default: 1)
	-trim : allow trimming (default: false)
	-maxcorK INT: the maximum number of correction within k-bp window (default: 4)
	-wk FLOAT: the proportion of kmers that are used to estimate weak kmer count threshold, lower for more divergent genome (default: 0.95)
	-ek INT: expected number of kmers; does not affect the correctness of program but affects the memory usage (default: 100000000)
	-stdout: output the corrected reads to stdout (default: not used)
	-verbose: output some correction information to stdout (default: not used)
	-stage INT: start from which stage (default: 0)
		0-start from begining(storing kmers in bloom filter) ;
		1-start from count kmers showed up in bloom filter;
		2-start from dumping kmer counts into a jf_dump file;
		3-start from error correction.</code></pre><p>Address of the bookmark: <a href="https://github.com/mourisl/Rcorrector/" rel="nofollow">https://github.com/mourisl/Rcorrector/</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/10243/new-rna-seq-tool</guid>
	<pubDate>Fri, 25 Apr 2014 10:59:04 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/10243/new-rna-seq-tool</link>
	<title><![CDATA[New RNA Seq tool]]></title>
	<description><![CDATA[<p>"<span>By removing the time-consuming step of read mapping, the authors reported, Sailfish able to provide quantification estimates 20&ndash;30 times faster than current methods without loss of accuracy."</span></p>
<p><span>Tool link:</span></p>
<p><span>http://www.cs.cmu.edu/~ckingsf/software/sailfish/</span></p>
<p><span></span></p><p>Address of the bookmark: <a href="http://www.genengnews.com/gen-news-highlights/lightweight-algorithms-sail-through-rna-sequencing-data/81249765/" rel="nofollow">http://www.genengnews.com/gen-news-highlights/lightweight-algorithms-sail-through-rna-sequencing-data/81249765/</a></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/blog/view/28940/webinar-on-implications-of-next-generation-sequencing-in-molecular-diagnosis-of-cancer-on-28-sep-2016</guid>
	<pubDate>Thu, 01 Sep 2016 01:52:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/28940/webinar-on-implications-of-next-generation-sequencing-in-molecular-diagnosis-of-cancer-on-28-sep-2016</link>
	<title><![CDATA[Webinar on Implications of Next Generation Sequencing in Molecular Diagnosis of Cancer on 28 Sep 2016]]></title>
	<description><![CDATA[<h3>Abstract:</h3><p>Genetic testing requires screening of the entire gene, which by conventional sequencing is time consuming and expensive. Next Generation Sequencing (NGS) based approaches increase the sensitivity of mutation detection, making it fast and cost-effective compared to the conventional tests performed in a reflex-testing mode. Strand NGS includes workflows with quality assessment and filter sections that do not require any manual intervention. Post-analytical workflows in Strand NGS allow users to execute sequence analysis with stringent filtering to eliminate false positive and low quality reads. This simplifies the analysis in large scale cohort settings, where every sample needs to be processed identically.</p><p>In this webinar we will discuss the implications of next generation sequencing based tests in multi-gene testing. We will also show how NGS based tests help to identify copy number variations, split read analysis and breakpoint identification. Finally, we will show a brief glimpse of Indian cohort data, where NGS based tests have shown improved mutation detection. In this webinar, we will present clinical case studies in on Hereditary Breast and Ovarian Cancer (HBOC) and Retinoblastoma patients to demonstrate how CNV analysis in Strand NGS enables researchers to detect and visualize copy number changes ranging from single exon to full gene.</p><h3>Speaker:</h3><p>Dr. Jaya Singh, Senior Scientist, Strand Life Sciences</p><p><strong>Date:</strong> <a href="http://www.strand-ngs.com/webinar_registration">28 September 2016</a></p><p><strong>Session1:</strong> <a href="http://www.strand-ngs.com/webinar_registration">2:30 PM IST</a></p><p><strong>Session2:</strong> <a href="http://www.strand-ngs.com/webinar_registration">10 PM IST</a></p><p><a href="http://www.strand-ngs.com/webinar_registration"><strong>Register here:</strong></a>&nbsp;http://www.strand-ngs.com/webinar_registration</p>]]></description>
	<dc:creator>Strand</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/21150/webinar-on-an-integrated-rna-and-dna-approach-to-unravel-genetic-regulation-in-cancer</guid>
	<pubDate>Wed, 11 Feb 2015 04:59:57 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/21150/webinar-on-an-integrated-rna-and-dna-approach-to-unravel-genetic-regulation-in-cancer</link>
	<title><![CDATA[Webinar on 'An integrated RNA and DNA approach to unravel genetic regulation in cancer']]></title>
	<description><![CDATA[<div><p><strong>Webinar on 'An integrated RNA and DNA approach to unravel genetic regulation in cancer'</strong></p><p><strong>Abstract</strong></p><p>Whole exome DNA sequencing (WES) or whole genome DNA sequencing (WGS) allows detection of mutations and polymorphisms in all exonic and genomic regions, respectively, while messenger RNA sequencing (RNA-Seq) enables quantitative analysis of gene expression. Mutations in the genome result in diverse transcriptional aberrations that can be missed in a stand-alone WES/WGS analysis. An integration of DNA variant analysis and RNA-Seq analysis enables one to investigate the consequences of genomic changes in the RNA transcripts including germline and somatic changes, imprinting, RNA editing and allele specific expression (ASE). In this webinar, we will demonstrate this integrated approach using Strand NGS to identify high confidence mutations, RNA editing events and ASE in cancer.</p><p><strong>Webinar Details</strong></p><table width="100%" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<p style="text-align: center;"><br /> <strong>Sessions</strong></p>
</td>
<td valign="top">
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>San Francisco Time<br /> (PST)</strong></a></p>
</td>
<td valign="top">
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>Tokyo Time<br /> (GMT+09:00)</strong></a></p>
</td>
<td valign="top">
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>Berlin Time<br /> (GMT+01:00)</strong></a></p>
</td>
<td valign="top">
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>Mumbai Time<br /> (GMT+05:30)</strong></a></p>
</td>
</tr>
<tr>
<td>
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>Session 1</strong></a></p>
</td>
<td valign="top">
<p style="text-align: center;">25 Feb&nbsp;<br /> 12:30 AM</p>
</td>
<td>
<p style="text-align: center;">25 Feb&nbsp;<br /> 5:30 PM</p>
</td>
<td>
<p style="text-align: center;">25 Feb&nbsp;<br /> 9:30 AM</p>
</td>
<td>
<p style="text-align: center;">25 Feb&nbsp;<br /> 2:00 PM</p>
</td>
</tr>
<tr>
<td valign="top">
<p style="text-align: center;"><a href="http://www.strand-ngs.com/webinar_registration"><strong>Session 2</strong></a></p>
</td>
<td valign="top">
<p style="text-align: center;">25 Feb&nbsp;<br /> 9:00 AM</p>
</td>
<td>
<p style="text-align: center;">26 Feb<br /> 2:00 AM</p>
</td>
<td>
<p style="text-align: center;">25 Feb&nbsp;<br /> 6:00 PM</p>
</td>
<td>
<p style="text-align: center;">25 Feb&nbsp;<br /> 10:30 PM</p>
</td>
</tr>
</tbody>
</table><p><strong style="font-size: 12.8000001907349px;">Register here: </strong><a href="http://www.strand-ngs.com/webinar_registration">http://www.strand-ngs.com/webinar_registration</a></p><p><strong>About Speaker:</strong></p><p>Dr. Veena Hedatale, has a PhD in Plant Genetics from The Radboud University, Netherlands focused on meiosis and recombination. Her prior academic experience at Cornell University was on genetic mapping and gene transformation in Rice. She has worked with Monsanto, and contributed to data mining, database development as well as gene/promoter/pathway discovery for traits related to yield and stress in crop species. At Strand, Veena has worked on Pharmacogenomic analysis of targets and Gene family analysis projects. Currently, she is part of the Strand NGS Application Science team and is involved in the analysis of next generation sequencing data.</p><p>Please feel free to contact us 24/5, for availing free online training or if you have any questions.</p></div><div><p><strong style="font-size: 12.8000001907349px;">Email:</strong> sales@strandngs.com</p><p><strong>Phone (USA):</strong> 1-800-752-9122</p><p><strong>Phone (ROW):</strong> +1-650-353-5060</p><p>&nbsp;</p></div>]]></description>
	<dc:creator>Yeshodari</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37233/rna-seq-analysis-workshop-course-materials</guid>
	<pubDate>Tue, 03 Jul 2018 08:14:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37233/rna-seq-analysis-workshop-course-materials</link>
	<title><![CDATA[RNA-seq Analysis Workshop Course Materials]]></title>
	<description><![CDATA[RNAseq can be roughly divided into two "types":

Reference genome-based - an assembled genome exists for a species for which an RNAseq experiment is performed. It allows reads to be aligned against the reference genome and significantly improves our ability to reconstruct transcripts. This category would obviously include humans and most model organisms but excludes the majority of truly biologically intereting species (e.g., Hyacinth macaw);

Reference genome-free - no genome assembly for the species of interest is available. In this case one would need to assemble the reads into transcripts using de novo approaches. This type of RNAseq is as much of an art as well as science because assembly is heavily parameter-dependent and difficult to do well.
In this lesson we will focus on the Reference genome-based type of RNA seq.

http://chagall.med.cornell.edu/RNASEQcourse/<p>Address of the bookmark: <a href="http://chagall.med.cornell.edu/RNASEQcourse/" rel="nofollow">http://chagall.med.cornell.edu/RNASEQcourse/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>