Skip to content
Prev 60044 / 398502 Next

Log(2) values to log(10) values

Srinivas Iyyer wrote:
First, a bit of etiquette. It is considered impolite to post the same 
question to more than one listserv. Second, although this is not a 
BioC-specific question, that is probably a better place to ask.

To answer; log10 values will *not* give you actual fold changes. These 
will be the same as log2, to a multiplicitive constant. You want to 
convert back to the natural scale e.g., 2^FC, where FC = your fold changes.

Also note that you compute fold change on the log scale by subtraction, 
not division.

HTH,

Jim