RSEM log 2(norm count +1)
1
0
Entering edit mode
5.8 years ago
saumram • 0

hello! I was wondering how one could interpret RSEM log2(norm_count +1) difference between Control = 1 and Treatment = 8 for a given gene. Is it the difference between Control = 2 (2^1) and the Treatment = 256 (2^8)?

Thanks!

Saumya

RNA-Seq • 3.2k views
ADD COMMENT
2
Entering edit mode
5.8 years ago
Ram 43k

That sounds about right, you'd need to subtract the pseudocount though just to be 100% accurate. y = log2(x+1) => x = (2 ^ y) - 1

ADD COMMENT

Login before adding your answer.

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