Entering edit mode
5.7 years ago
sole.r.v
•
0
Hi everyone,
I made a differential expression analysis of microRNAs with DESeq2. I got the logFC values that are log2(FC). How do I convert the values (positive and negative) to normal fold changes?
use 2^log2(FC)???
Thanks
Yes, was just generating an answer myself. That function should work for Python.
Here is another way in R Programming Language, and some proof:
If you want to ignore negative values in the linear fold change altogether, and are happy with fractions, then use:
Hi ZheFrench,
Is there a reference I can get for this or is that a nonsensical question?
This is just a 100% mathematical proof. You don't need a reference.