How to create the matrix of expression values from different gene lists for generating heat map?
1
1
Entering edit mode
7.6 years ago
mirza ▴ 180

Hi,

I have several lists of up-regulated and down-regulated genes (with their fold change values). Different genes are expressed in different conditions. Now how to create the matrix for heat map generation using all these genes lists? As I have hundreds of genes, manually searching each gene in all the lists and feeding its respective fold chane will be insane

heat map gene lists matix • 3.0k views
ADD COMMENT
0
Entering edit mode

This seems like a very basic task... Can u script with R or python ? or do you want an answer based on Excel ?

ADD REPLY
0
Entering edit mode

better be excel right now. I am trying to learn R

ADD REPLY
0
Entering edit mode

I get it, its really a bad choice to use excel. Please suggest some solutions. Please direct me to some tutorials or web page or forum discussions where I can find the answers.

ADD REPLY
0
Entering edit mode

Please suggest some solution with R, I can us it to some extent. I know we can use ggplots but I think I need to create the matrix first?

ADD REPLY
0
Entering edit mode

Yes you need a matrix first. There are plenty of R tutorials around. Here is one on loading data into R. For data wrangling, you have the choice of several packages such as dplyr (tutorial) or data.tables (introduction to data.tables).

ADD REPLY
0
Entering edit mode
7.6 years ago

With excel, you can create a column with all the gene IDs you are interested in, then use Vlookup to search the expression value corresponding to the IDs in the different tables (conditions).

In R, you can use merge() to merge dataframes based on the geneID column or whatever.

ADD COMMENT

Login before adding your answer.

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