How to use Salmon: Ultra-fast RNA-Seq Gene Expression Quantification
Introduction
Salmon is an ultra-fast software for quantifying gene expression in RNA-Seq. Unlike standard tools that perform time-consuming alignment, Salmon uses a method called "Quasi-Mapping." This approach estimates gene expression without needing full base-to-base alignment, enabling significantly faster processing.
If you would like to know the general flow of RNA-Seq data analysis involving standard mapping processes, please see here.
Installation
Binaries are provided, so if your environment is suitable, it is recommended to use them.
You can also install via conda.
Let's display the help message.
It is successful if the following content is displayed.
Creating an Index
First, create an index of the reference sequence using the following command.
The `cdna.fasta.gz` file is a transcript FASTA file; for humans, you can use Ensembl's Homo_sapiens.GRCh38.cdna.all.fa.
The following files necessary for gene expression quantification are created in the `salmon_index` directory.
Gene Expression Quantification
Next, we will quantify gene expression.
The `validateMappings` option improves mapping sensitivity and specificity. Although analysis time increases slightly, it is generally recommended to turn it on.
The quantification results are saved in `quant.sf` within the `result` directory as shown below.
Preparation for DEG Extraction
You can output to a CSV file as follows.
RNA-Seq Data Analysis Software: Accelerate Your Publication
With our RNA-Seq data analysis software, you won't need to outsource or rely on collaborators. You can start analyzing the data yourself right away, without the need for high-spec computers or knowledge of Linux commands.

Users can perform gene expression quantification, identification of differentially expressed genes, gene ontology(GO) analysis, pathway analysis, as well as drawing volcano plots, MA plots, and heatmaps.
About the Author
BxINFO LLC
A research support company specializing in bioinformatics.
We provide tools and information to support life science research, with a focus on RNA-Seq analysis.