Best tools for Visualing RNASeq data
2
0
Entering edit mode
6.5 years ago

Helloo biostars, I want visualise/plot the expression pattern of a set genes from my RNASeq data. Which are the best R packages or other softawares to do so? I came accross maSigPro and impulseDE but was not impressed by them. Thanks in advance

RNA-Seq DESEQ2 • 2.8k views
ADD COMMENT
0
Entering edit mode

It's unclear what the message is of the plot you want to make. Are you comparing two groups for the expression of one gene?

ADD REPLY
0
Entering edit mode

Hi Coster, I have a group of genes which are involved in a common pathway. I wanted to plot the overall trend of their expression pattern between treated and untreated samples.

ADD REPLY
0
Entering edit mode

Sounds like maybe you want to make an MA plot or a volcano plot? In that case DEseq2 has some built in functions. Otherwise you can make your own MA plot using base R graphics or ggplot.

ADD REPLY
0
Entering edit mode

In addition, for comparing just one gene (or a few) between multiple conditions violin plots are also pretty neat.

ADD REPLY
0
Entering edit mode

Then, i guess, you can overlay the expression pattern (of the the pathway members) over KEGG pathway. There are bioconductor packages to do this.

ADD REPLY
0
Entering edit mode

Why not simply a violin plot log2 fold chages for all genes in that pathway?

ADD REPLY
3
Entering edit mode
6.5 years ago

You may want to take a look at my answer here, which deals specifically with RNA-seq gene signatures and how best to evaluate them: A: Resources for gene signature creation

If you literally just want to look at patterns of gene expression, then why not use:

heatmap.2 package

heatmap_2

complexheatmap package

complexheatmap

corrplot

corrplot
image host

ADD COMMENT
1
Entering edit mode
6.5 years ago
Hussain Ather ▴ 990

heatmaps in matplotlib or seaborn might be helpful

ADD COMMENT

Login before adding your answer.

Traffic: 1972 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6