How to Use RSEM: Quantification of Gene Expression in RNA-seq Analysis
Introduction
RNA-Seq analysis using next-generation sequencing produces raw data known as FASTQ files. After mapping these raw reads to a reference sequence, gene expression levels are quantified by counting the number of reads mapped to each gene.
This page explains how to use RSEM, a software package for estimating gene and isoform expression levels from mapping results. If you would like to understand the overall workflow of RNA-Seq analysis, please refer to the RNA-Seq analysis workflow overview.
Installation
RSEM can be installed via Bioconda.
Check the help message:
If you see the following output, the installation was successful:
Preparing the Index
Use the following command to create an index. Since RSEM can also handle the mapping process, you can build the alignment index at this stage. While you can choose from Bowtie, Bowtie2, STAR, or HiSAT2 for mapping, this example uses HiSAT2.
Read Counting
The following command performs both the mapping and the read counting.
The gene-level results are saved in "sample1.genes.results", and the isoform-level results are saved in "sample1.isoforms.results".


Merging Results
After analyzing multiple samples, you can merge the results into a single matrix. In this example, we merge results for sample1 through sample4.
The merged results will look like this:


RNA-Seq Data Analysis Software
This is an RNA-Seq Data Analysis Software recommended for those who:
✔︎ Seeking to avoid outsourcing or collaboration for RNA-Seq data analysis.
✔︎ Lacking time to learn RNA-Seq data analysis.
✔︎ Frustrated by the complexity of existing tools.

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.