How to caculate the log2foldchange?
1
0
Entering edit mode
6.9 years ago
Sindy • 0

Hello, I want to know the formula about the log2foldchange. For example, there is the data: control: 31.975 (TPM value) drought 1 hour: 10.990 drought 6 hour: 6.600 how to caculate the log2foldchange? What's the formula?

RNA-Seq • 3.3k views
ADD COMMENT
1
Entering edit mode
6.9 years ago
EagleEye 7.5k

Drought1:

Log2(10.990/31.975)

Drought2:

log2(6.600/31.975)

Drought1 vs Drought2:

abs(log2(6.600/10.990))

ABS = Absolute value (you can find this function in R, Matlab and also in Excel)

Note: In Excel the equation goes like this, ABS(Log(6.600/10.990,2))

ADD COMMENT

Login before adding your answer.

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