RNA-seq analysis
Differential Gene Expression Analysis of RNA-Seq data using MeV

Differential gene expression analysis helps in discovering quantitative changes in the expression levels between the experimental groups. For that, statistical testing is done using various software. In this article, we will analyze RNA seq count data using the edgeR module present in the Multiple Experiment Viewer (MeV) [1,2].
You can install MeV from here.
Loading Input Data
We will be using sample data available in the MeV_4_9_0/data folder.
- Double-click on the MeV application.
- Go to
File --> Load data
. A new window will appear entitled ‘Expression File Loader’. - Go to
Select File Loader --> RNASeq DGE/RPKM files
- Select the appropriate values from the drop-downs given according to your data. For this tutorial,
Data Type --> Count
,Species --> Human
,Reference Genome --> RefSeq
, andUCSC Build --> hg19
- Now select the RNASeq Data file.
Browse --> rnaseq --> TagSeqExample.txt
- Click Load. You will see your expression data in the previous window. You can click on the spots for more information about them.
Differential Expression Analysis
It will be done using the edgeR module in MeV.
- Go to the top menu,
Statistics --> edgeR Empirical analysis of RNAseq data in R --> OK
- Group the samples. The first four samples are kept in Group1 and the last two remaining samples are kept in Group2 for this tutorial.
- Select the appropriate algorithm and cut-off value. We have left them at default here.
- Click OK. It will give you differentially expressed genes/transcripts after processing.
Results
After complete processing, go to the leftmost corner of the window and click on the result node labeled ‘edgeR‘. There you can find gene expression results, gene list, significant genes, non-significant genes, and so on. You can color each gene cluster by right-clicking on the expression columns in the ‘Significant Gene List’. You will find many other options there. You can carry out other analyses with this expression data.
Reference
- Howe, E., Holton, K., Nair, S., Schlauch, D., Sinha, R., & Quackenbush, J. (2010). Mev: multiexperiment viewer. In Biomedical informatics for cancer research (pp. 267-277). Springer, Boston, MA.
- Howe, E. A., Sinha, R., Schlauch, D., & Quackenbush, J. (2011). RNA-Seq analysis in MeV. Bioinformatics, 27(22), 3209-3210.
RNA-seq analysis
RNAdetector- New Tool for RNA-Seq Data Analysis

In this article, we discuss a new tool that is developed for RNA-Seq data analysis. A new tool called RNAdetector [1] is developed for RNA-Seq data analysis. (more…)
RNA-seq analysis
Installing TopHat2 on Ubuntu

TopHat is one of the most widely used tools for RNA-seq reads to map splice junction [1]. It uses Bowtie to align mammalian genomes. The older versions of TopHat require the separate installation of SAMTools. But the versions 2.0 onwards come with an inbuilt stable SAMTools package. In this article, we will install TopHat2.1.1. on Ubuntu. (more…)
RNA-seq analysis
RNAIndel: A tool to identify somatic indels from tumor RNA-seq data

It is a challenging task to discover somatic coding indels that are generated during the preparation of the PCR-based RNA-seq library. A new tool called RNAIndel [1] has been developed for this purpose. (more…)
You must be logged in to post a comment Login