Z-Score On Raw Counts
0
0
Entering edit mode
11.0 years ago
camelbbs ▴ 710

Hi All,

I have a question on normalization of rnaseq data. After I get raw reads counts from htseq-count, I want to use zscore to normalize it. Is that reasonable?

And how I can do that. If there have some guides, that will be very helpful.

Thanks a lot!

che

rnaseq • 7.1k views
ADD COMMENT
0
Entering edit mode

Can you specify why you want to z-transform the data? What are you planning to do with it? My first guess is that this is not a reasonable thing to do, but please provide more information all the same.

ADD REPLY
0
Entering edit mode

I want to make heatmap. And Zscore can make the values centralized by 0, right?

ADD REPLY
2
Entering edit mode

You need to normalize your raw count data first. Z-score will standardize your data, but it won't normalize by library size. Another option is to use variant stabilization method provided by DESeq.

ADD REPLY
1
Entering edit mode

What Damian suggests is what you want....

ADD REPLY
0
Entering edit mode

Hi Damian, Thanks very much. DO you mean Zscore is not a normalization method? IS there any common method for normalizing the raw count, except for DESeq... Can I calculate RPKM first and then do zscore for rpkm...

ADD REPLY
0
Entering edit mode

I also want to ask how to use zscore to standardize my data, is there any package in R?

ADD REPLY
1
Entering edit mode

Standardization can be done using the sweep() function in R.

ADD REPLY
0
Entering edit mode

Thanks a lot Sean.

ADD REPLY

Login before adding your answer.

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