Heatmap and rna-seq
3
0
Entering edit mode
10 days ago
qudrat.nii ▴ 10

Hello everyone!

I have a list of pathways from GSEA analysis (RNA-Seq data) and I want to plot a heatmap of genes associated with pathways, showing distinctly each pathway in the heatmap. Can somebody help me with this

RNA-Seq Heatmap • 693 views
ADD COMMENT
0
Entering edit mode

This forum is not dedicated to this type of request, there are many online tutorials for creating heatmaps accessible with simple internet searches. If you have a more specific question related to the code you are using, then we will be able to help

ADD REPLY
1
Entering edit mode

This forum is dedicated to asking their question on bioinformatics. As long as the topic is bioinformatics, all questions are welcome, and it would be more helpful if you pointed the OP to specific tools you know work well.

Some tools work much better than others, and people that have experience with the process that can provide the best guidance, not a Google search - that in the end will go to forums like this ...

ADD REPLY
1
Entering edit mode
7 days ago
install.packages("pheatmap")

library(pheatmap)

setwd("/Users/data_analysis/results")

data <- read.table(file = "log2cpm.tsv", header = T, sep = "\t")

pheatmap(mat = data)
ADD COMMENT
1
Entering edit mode
6 days ago
dsull ★ 6.0k

Check out clustergrammer from Avi Ma'ayan's lab.

ADD COMMENT
1
Entering edit mode

Please include a link when you are recommending a tool. There can be programs with similar names.

ADD REPLY
0
Entering edit mode

https://maayanlab.cloud/clustergrammer/

It's a web-based tool (can also be a python jupyter widget) that I find useful for exploring a pathway x gene matrix or a sample x gene matrix.

ADD REPLY
0
Entering edit mode
8 days ago

Hi, you can take the list of GSEA pathways and then use these via GSVA (https://github.com/rcastelo/GSVA) to create a heatmap.

You have not indicated that you require assistance with coding; so, I will end my answer right here.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 2393 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