RPKM/CPM/FPKM to log2 units
1
0
Entering edit mode
4.4 years ago

Hi,

In network analysis on RNA seq data. Should the RPKM/CPM/FPKM be converted to log2 units?

Regards

RPKM log2 • 3.3k views
ADD COMMENT
4
Entering edit mode
4.4 years ago
dsull ★ 6.0k

What type of network analysis are you doing?

In general, it's best to use counts normalized in DESeq2 via the varianceStabilizingTransformation function.

For example, if you're doing WGCNA, the FAQ suggests the following:

"We then recommend a variance-stabilizing transformation. For example, package DESeq2 implements the function varianceStabilizingTransformation which we have found useful, but one could also start with normalized counts (or RPKM/FPKM data) and log-transform them using log2(x+1). For highly expressed features, the differences between full variance stabilization and a simple log transformation are small." - https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/faq.html

ADD COMMENT
0
Entering edit mode

I am doing gene co-expression network analysis on RNA-seq data. The only expression matrix I received is RPKM/FPKM/CPM, so I am wondering if it should be further log2 transformed?

Regards.

ADD REPLY
1
Entering edit mode

If you're going to use FPKM, then yes, you should log2-transform (which is exactly what the FAQ above states so just go off of that).

ADD REPLY
0
Entering edit mode

Got it. Thank you so much!

ADD REPLY

Login before adding your answer.

Traffic: 1426 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6