Entering edit mode
7.3 years ago
jammydodger123456
▴
40
I have differential expression data for my genes of interest which I would like to present in heatmaps, graphs etc. The standard value used for this seems to be the log2(FC). However, when the FPKM for genes go from 0 to x and from x to 0, this is problematic. Does anyone know how to present data containing these 'infinite' log2(FC)s? I've seen some mentions of simply adding a very small number and then calculating the log2(FC), but I wasn't sure if that is generally accepted.
Which tool did you use for differential analysis? The chances are very high that the final output is already log2(FC). On the other hand, adding a tiny number to avoid taking log of zero is quite accepted.