Presenting differential expression data containing infinite log2(Fold Change)s
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.
• 3,958 views
•
link
1 answer
A pseudocount of 1 can be added to the raw count matrix. FPKMs and TPMs and log changes can be calculated from there on.
• 0 views
•
link
Log in to answer this question.
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.