Hi everyone, I am doing DGE analysis using limma-voom. I found that my logFC values are relatively small, ranging from approximately -0.10 to 0.07 (see column 2 below):
I am somewhat confused with the question. Do you suspect that you accidentally used wrong type of data, logFC, instead of counts? If yes, can you check the input data? Usually, logFC come in both negative and positive, but counts cannot be negative. If you put negative values into limma-voom input, I expect the job will fail.
The adjusted P-values are fairly high, consistent with small difference in expression level.
I think my Log2FC values are incorrrect, they shouldn’t have such small values. If you refer to the volcano plot below, you may notice that the Log2FC values (x-axis) of UseGalaxy generated data (left) has narrower range than the values from GEO2R (right). They are from the same dataset.
I suspect that I accidentally processed the “pre-processed data”, and I tried to set my normalisation method to “None (Do not normalise)” instead of “TMM”. However, the Log2FC values still appear the same. I wonder what could go wrong.
The input file was from Series Matrix File(s), GEO. I’ve attached the imported data for your reference:
The screenshot of the table does not provide any description of the data. Limma (limma-voom) uses count tables. Are you sure your data contains read counts? Reads counts are usually integers.