I want to plot a heatmap for my deferentially expressed genes. I used partek genomics to get read counts for each gene and used EdgeR to identify significant genes. After log2-transformation of the read counts with or without quantile normalization, I plot a heatmap in R with heatmap2 function. However, the red and green color are not that distinctively different between treatment groups (ideally, I want to have red for one panel and green for the other). I think the reason is that some genes are highly expressed whereas some have lower expression (like 8000 reads vs. 10 reads/a million counts for different genes). How can I adjust the data for a nicer heatmap (attached)? Also, I found that some papers used raw z-score for plotting. May I ask what raw z-score is and how to calculate that? Thanks a bunch!!
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
I have usually set the parameter scale='none'.
The standard normal distribution (mean = 0, standard deviation = 1) known as z-distribution. So the scale of this distribution is called z-score.
Coverting raw scores to z-score is very easy:
z-score = (x - mean) / sd, where x is the raw score, mean is the mean of x and sd is the standard deviation of x.
-
Hey thanks for this post.
Did this work for you?
I have a similar situation and like Tibor I have used the scale="none".
I am trying to examine my RNAseq samples with RNAseq data from TCGA.
I have their count table and mine and have performed the DE analysis using DESeq. I have generated nice results of significantly differentially expressed genes and would now like to compare the two on a heat map for genes that are considered differentially expressed in both experiments.
In doing so obviously the scales are different when I use the "getVarianceStabilizedData(myData)" option in DESeq. I am thinking that z-score normalizing would be the best approach and would love to know if this can be confirmed.
Cheers
Comment
Latest Articles
Collapse
-
by seqadmin
Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...-
Channel: Articles
10-18-2024, 07:11 AM -
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
Nobel Prize for MicroRNA Discovery
This week,...-
Channel: Articles
10-07-2024, 08:07 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 06:09 AM
|
0 responses
10 views
0 likes
|
Last Post
by seqadmin
Yesterday, 06:09 AM
|
||
New Model Aims to Explain Polygenic Diseases by Connecting Genomic Mutations and Regulatory Networks
by seqadmin
Started by seqadmin, 10-30-2024, 05:31 AM
|
0 responses
13 views
0 likes
|
Last Post
by seqadmin
10-30-2024, 05:31 AM
|
||
Started by seqadmin, 10-24-2024, 06:58 AM
|
0 responses
22 views
0 likes
|
Last Post
by seqadmin
10-24-2024, 06:58 AM
|
||
New AI Model Designs Synthetic DNA Switches for Targeted Gene Expression in Specific Cell Types
by seqadmin
Started by seqadmin, 10-23-2024, 08:43 AM
|
0 responses
52 views
0 likes
|
Last Post
by seqadmin
10-23-2024, 08:43 AM
|
Comment