This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Should limma DE results from FPKM data make at least certain sense?

Hello.

I have read that one shouldn't use FPKM data as input for limma. I did so and only found 5 DE genes between two groups between which a lot more DE genes would be expected. I was wondering whether this anomalous result can be due to use FPKM data as input. Is that possible?

de fpkm limma

1 answer

Not ideal, but, if I were to do it, I would transform the FPKMs via log [base 2] FPKM + 0.1, and then perform the differential expression analysis via the limma-trend pipeline (eBayes(..., trend = TRUE)),

I would absolutely not run any sort of differential expression analysis on the FPKMs without any further transformation

Kevin

Thanks. It improved a little bit.

Log in to answer this question.