gene names in "Heatmap" function
0
0
Entering edit mode
7.0 years ago
et.kugler • 0

Hi, I am using "ComplexHeatmap" package for clustering differentially expressed genes. I'm building a matrix from my dataset without the names of the genes since it's a character and not numeric variable. After the heat map is created, how do I add the names of the genes??

Thanks very much

ComplexHeatmap • 3.6k views
ADD COMMENT
3
Entering edit mode

Instead of removing your gene names directly from your matrix, try to make row.names of these gene names before removing them.

e.g.,

row.names(matrix) <- matrix$gene.names

Then remove the gene names column.

ADD REPLY
0
Entering edit mode

if you have a matrix of DEGs with expression values in the columns just load it in R with rownames=1 then the gene names will be your row names and you will be able to have them in your heatmap.

ADD REPLY

Login before adding your answer.

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