Entering edit mode
10.4 years ago
int11ap1
▴
490
Hello,
I'm dealing with RNA-seq data. I have expression values in FPKM.
Should I plot them as RPKM, or using `log2`? Why?
Thanks.
Thanks to answer. I mean, I have two sets of genes, and I want the tests are differentially expressed by doing a t.test. However, the significance changes a lot using FPKM values and log10+1 values.
How did you decide upon using a t-test for differential expression determination ? I would suggest using google with search terms like ' differential expression RNAseq' and go through the wealth of information there. You can start by reading about R packages like DESeq2/EdgeR and learn what they do for this problem and why