Is possible to recreate RNASeq count dataset from a dataset normalized with FPKM ?
1
1
Entering edit mode
5.2 years ago
elmahy2005 ▴ 150

Given a dataset of RNA-Seq expression values normalized with the FPKM method, Is it possible to restore the original count dataset or create a new dataset that behaves very similar to the original count matrix (i.e. we can use in Poisson distribution based models)?

FPKM RNA-Seq • 986 views
ADD COMMENT
3
Entering edit mode

Unfortunately, it is not possible to calculate raw counts from RPKM data. Best is to start with bam files, and use a program such as featureCounts to generate raw counts.

ADD REPLY
1
Entering edit mode

Agree on this, because after normalization who knows how the original values were modified.

ADD REPLY
2
Entering edit mode
5.2 years ago
h.mon 35k

If you have the library sizes and effective transcript lengths, you can calculate the original counts. If you have the FPKMs alone, you can't. See the formula for FPKM (from What the FPKM? A review of RNA-Seq expression units):

FPKM

ADD COMMENT

Login before adding your answer.

Traffic: 2946 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