This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Represent expression values

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.

rna-seq rpkm

1 answer

Depends on what your end objective is. Usually fold changes are plotted as log expressions unless you wish to transform your expression value for some specific purpose.

An article was referred in biostars 2here. This should be a good start if you are just looking to understand the terms in general.

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

Log in to answer this question.