<?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/43384?offset=120</link>
	<atom:link href="https://bioinformaticsonline.com/related/43384?offset=120" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/26752/rna-seq-de-novo-assembly-using-trinity</guid>
	<pubDate>Wed, 23 Mar 2016 05:53:46 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/26752/rna-seq-de-novo-assembly-using-trinity</link>
	<title><![CDATA[RNA-Seq De novo Assembly Using Trinity]]></title>
	<description><![CDATA[<p>Trinity, developed at the <a href="http://www.broadinstitute.org">Broad Institute</a> and the <a href="http://www.cs.huji.ac.il">Hebrew University of Jerusalem</a>, represents a novel method for the efficient and robust de novo reconstruction of transcriptomes from RNA-seq data. Trinity combines three independent software modules: Inchworm, Chrysalis, and Butterfly, applied sequentially to process large volumes of RNA-seq reads. Trinity partitions the sequence data into many individual de Bruijn graphs, each representing the transcriptional complexity at at a given gene or locus, and then processes each graph independently to extract full-length splicing isoforms and to tease apart transcripts derived from paralogous genes. Briefly, the process works like so:</p>
<ul>
<li>
<p><em>Inchworm</em> assembles the RNA-seq data into the unique sequences of transcripts, often generating full-length transcripts for a dominant isoform, but then reports just the unique portions of alternatively spliced transcripts.</p>
</li>
<li>
<p><em>Chrysalis</em> clusters the Inchworm contigs into clusters and constructs complete de Bruijn graphs for each cluster. Each cluster represents the full transcriptonal complexity for a given gene (or sets of genes that share sequences in common). Chrysalis then partitions the full read set among these disjoint graphs.</p>
</li>
<li>
<p><em>Butterfly</em> then processes the individual graphs in parallel, tracing the paths that reads and pairs of reads take within the graph, ultimately reporting full-length transcripts for alternatively spliced isoforms, and teasing apart transcripts that corresponds to paralogous genes.</p>
</li>
</ul>
<p>More at https://github.com/trinityrnaseq/trinityrnaseq/wiki</p>
<p>......................................................................................................................................</p>
<p>Download Trinity <a href="https://github.com/trinityrnaseq/trinityrnaseq/releases">here</a>.</p>
<p>Build Trinity by typing 'make' in the base installation directory.</p>
<p>Assemble RNA-Seq data like so:</p>
<pre><code> Trinity --seqType fq --left reads_1.fq --right reads_2.fq --CPU 6 --max_memory 20G 
</code></pre>
<p>Find assembled transcripts as: 'trinity_out_dir/Trinity.fasta'</p><p>Address of the bookmark: <a href="https://github.com/trinityrnaseq/trinityrnaseq/wiki" rel="nofollow">https://github.com/trinityrnaseq/trinityrnaseq/wiki</a></p>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37545/ncbi-magic-blast</guid>
	<pubDate>Tue, 14 Aug 2018 18:11:11 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37545/ncbi-magic-blast</link>
	<title><![CDATA[NCBI Magic-BLAST]]></title>
	<description><![CDATA[<p>Magic-BLAST is a tool for mapping large next-generation RNA or DNA sequencing runs against a whole genome or transcriptome. Each alignment optimizes a composite score, taking into account simultaneously the two reads of a pair, and in case of RNA-seq, locating the candidate introns and adding up the score of all exons. This is very different from other versions of BLAST, where each exon is scored as a separate hit and read-pairing is ignored.</p>
<p>Magic-BLAST incorporates within the NCBI BLAST code framework ideas developed in the NCBI Magic pipeline, in particular hit extensions by local walk and jump&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/26109056">(http://www.ncbi.nlm.nih.gov/pubmed/26109056)</a>, and recursive clipping of mismatches near the edges of the reads, which avoids accumulating artefactual mismatches near splice sites and is needed to distinguish short indels from substitutions near the edges.</p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="https://ncbi.github.io/magicblast/" rel="nofollow">https://ncbi.github.io/magicblast/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43447/rna-seq-workflow-gene-level-exploratory-analysis-and-differential-expression</guid>
	<pubDate>Sat, 09 Oct 2021 07:59:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43447/rna-seq-workflow-gene-level-exploratory-analysis-and-differential-expression</link>
	<title><![CDATA[RNA-seq workflow: gene-level exploratory analysis and differential expression]]></title>
	<description><![CDATA[<p><span>Here we walk through an end-to-end gene-level RNA-seq differential expression workflow using Bioconductor packages. We will start from the FASTQ files, show how these were quantified to the reference transcripts, and prepare gene-level count datasets for downstream analysis. We will perform exploratory data analysis (EDA) for quality assessment and to explore the relationship between samples, perform differential gene expression analysis, and visually explore the results.</span></p><p>Address of the bookmark: <a href="http://master.bioconductor.org/packages/release/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html" rel="nofollow">http://master.bioconductor.org/packages/release/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/17843/pathway-analysis</guid>
	<pubDate>Fri, 03 Oct 2014 08:51:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/17843/pathway-analysis</link>
	<title><![CDATA[Pathway Analysis]]></title>
	<description><![CDATA[<p>Pathway Analysis is usually performed with aim to enrich the genes with their functional information and reveal the underlying biological mechanisms pursue by genes. Pathway Analysis is not only limited to what biological pathways a particular set of expressed genes follow but also to disclose the relationships between these genes. With availability of more genomics, transcriptomics and proteomics data, interactions between genes involve in multiple pathways become more clear and also relationships between the genes, their transcripts, and their gene products. However, existing tools and dbs mainly based on knowledge driven approach in which pathways will be identified by finding the correlation between the&nbsp;<span>information in one of the pathway knowledge databases (KEGG,Reactome,Panther,BioCarta, Panther,GO,NCI,WikiPathways,etc) and gene expression result for a specific conditions for instance tumor, obesity , cold resistant crops/plants, etc.</span></p><p><span><strong>Introductory Articles/ppt/sources</strong>:</span></p><p><a href="http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1002375"><span>http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1002375</span></a></p><p><a href="http://bioinformatics.mdanderson.org/MicroarrayCourse/Lectures09/Pathway%20Analysis.pdf"><span>http://bioinformatics.mdanderson.org/MicroarrayCourse/Lectures09/Pathway%20Analysis.pdf</span></a></p><p><a href="http://gettinggeneticsdone.blogspot.de/2012/03/pathway-analysis-for-high-throughput.html"><span>http://gettinggeneticsdone.blogspot.de/2012/03/pathway-analysis-for-high-throughput.html</span></a></p><p><a href="http://davetang.org/muse/tag/pathway/"><span>http://davetang.org/muse/tag/pathway/</span></a></p><p><a href="https://www.biostars.org/p/42219/"><span>https://www.biostars.org/p/42219/</span></a></p><p><a href="http://bioinformatics.ca//files/public/Pathways_2014_Module4_v2.pdf"><span>http://bioinformatics.ca//files/public/Pathways_2014_Module4_v2.pdf</span></a></p><p><a href="http://bioinformatics.ca//files/public/Pathways_2014_Module2.pdf"><span>http://bioinformatics.ca//files/public/Pathways_2014_Module2.pdf</span></a></p><p><span><strong>Impotant Database and Tools</strong>:</span></p><p>GeneMANIA, Cytoscape,&nbsp;<a href="http://www.ingenuity.com/products/ipa">IPA</a>&nbsp;and <a href="http://thomsonreuters.com/metacore/">Metacore</a> (Commerical ),&nbsp;<span>Pathway Commons, Reactome ,Panther, BioCyc, WikiPathways, Pathvisio, KEGG, NCI, Stringdb, Amigo,&nbsp;<span>WebGestalt ,<span>ConsensusPathDB ,GSEA,Blast2go</span></span></span></p><p><span><strong>Popular R based tools</strong>:</span></p><p><span>Reactome.db, ReactomePA, ClusterProfiler, Gage, SPIA, topGO, Pathview,DOSE,GOStat</span></p><p><span><strong>More</strong>:</span></p><p><a href="http://www.bioconductor.org/help/search/index.html?q=Enrichment+analysis+"><span>http://www.bioconductor.org/help/search/index.html?q=Enrichment+analysis+</span></a></p><p>&nbsp;</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/23582/integrative-rna-and-chip-seq-analysis-of-regulatory-t-cells</guid>
	<pubDate>Tue, 04 Aug 2015 05:03:19 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/23582/integrative-rna-and-chip-seq-analysis-of-regulatory-t-cells</link>
	<title><![CDATA[Integrative RNA and ChIP-Seq analysis of regulatory T-cells]]></title>
	<description><![CDATA[<p><a href="http://www.strand-ngs.com/learn/white-papers#rna-chip" target="_blank" title="strand ngs white paper">Integrative RNA and ChIP-Seq analysis of regulatory T-cells&nbsp;</a><span>, a Strand NGS application note describes how integrated multi-omics functionality in Strand NGS was used to find the regulatory role of FoxP3 in T-regulatory and T-helper cells. Learn how the gene expression profiles from RNA-Seq and FoxP3 DNA-protein binding sites from ChIP-Seq are integrated. For mor information,&nbsp;</span><a href="http://www.strand-ngs.com/contact/sales" target="_blank" title="strand ngs contact">please write to us</a></p>]]></description>
	<dc:creator>Strand</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/34212/webinar-on-unique-molecular-identifier-umi-powered-ultra-sensitive-variant-calling-using-strand-ngs-case-study</guid>
	<pubDate>Tue, 07 Nov 2017 03:55:52 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/34212/webinar-on-unique-molecular-identifier-umi-powered-ultra-sensitive-variant-calling-using-strand-ngs-case-study</link>
	<title><![CDATA[Webinar on Unique Molecular Identifier (UMI)-powered Ultra-sensitive Variant Calling using Strand NGS - Case Study]]></title>
	<description><![CDATA[<h2><a href="http://www.strand-ngs.com/webinar_registration">Webinar on Unique Molecular Identifier-powered Ultra-sensitive Variant Calling using Strand NGS - Case Study</a></h2><p>by&nbsp;Dr. Pandurang Kolekar, Bioinformatics Engineer, Strand Life Sciences</p><h3><a href="http://www.strand-ngs.com/webinar_registration">Abstract</a>:</h3><p>Unique Molecular Identifiers (UMIs) are short random nucleotide sequences that are increasingly being used in high-throughput sequencing experiments. In this webinar, we will highlight the UMI-friendly features of Strand NGS v3.1 including support for handling well known and customised UMI libraries, QC metrics, consensus alignment, UMI-based family size filters for read list, genome browser enabled with UMI-specific features and filters, UMI-aware variant calling parameters, and exporting UMI-tagged aligned samples. These all features together empower users to harness the potential of UMI-tagged NGS data for deeper insights. A case study demonstrating application of these UMI-based features in Strand NGS for low frequency variant calling in cfDNA sample will be presented.</p><p>UMI-tagged NGS libraries allow, ultra-sensitive detection of low frequency variants from liquid biopsy samples using DNA-Seq and accurate quantification of transcript-level expression using RNA-Seq. The recent release of Strand NGS v3.1, is equipped with the necessary features to efficiently analyse UMI-tagged NGS data helping researchers and labs involved in rare variant calling like in cfDNA based cancer diagnostics, and accurate transcript quantification with RNA-Seq.</p><p><a href="http://www.strand-ngs.com/webinar_registration"><strong>Webinar Details:</strong></a></p><p><a href="http://www.strand-ngs.com/webinar_registration"><strong>Session 1:</strong></a> 13 Dec 2017, 2:30 PM IST<br /><a href="http://www.strand-ngs.com/webinar_registration"><strong>Session 2:</strong></a> 13 Dec 2017, 9:30 PM IST</p><p><br /><a href="http://www.strand-ngs.com/webinar_registration"><strong>Register here:</strong></a> http://www.strand-ngs.com/webinar_registration</p><h3>&nbsp;</h3>]]></description>
	<dc:creator>Strand</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/bookmarks/view/40991/jtools-more-efficient-presentation-of-regression-analyses</guid>
	<pubDate>Tue, 11 Feb 2020 23:10:49 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40991/jtools-more-efficient-presentation-of-regression-analyses</link>
	<title><![CDATA[jtools : more efficient presentation of regression analyses]]></title>
	<description><![CDATA[<p>This package consists of a series of functions created by the author (Jacob) to automate otherwise tedious research tasks. At this juncture, the unifying theme is the more efficient presentation of regression analyses. There are a number of functions for other programming and statistical purposes as well. Support for the&nbsp;<code>survey</code>&nbsp;package&rsquo;s&nbsp;<code>svyglm</code>&nbsp;objects as well as weighted regressions is a common theme throughout.</p>
<p><strong>Notice:</strong>&nbsp;As of&nbsp;<code>jtools</code>&nbsp;version 2.0.0, all functions dealing with interactions (e.g.,&nbsp;<code>interact_plot()</code>,&nbsp;<code>sim_slopes()</code>,&nbsp;<code>johnson_neyman()</code>) have been moved to a new package, aptly named&nbsp;<a href="https://interactions.jacob-long.com/"><code>interactions</code></a>.</p><p>Address of the bookmark: <a href="https://cran.r-project.org/web/packages/jtools/readme/README.html" rel="nofollow">https://cran.r-project.org/web/packages/jtools/readme/README.html</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>