This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RSEM log 2(norm count +1)

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

1 answer

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

Log in to answer this question.