RPKM to FPKM conversion
1
0
Entering edit mode
8.2 years ago
kanwarjag ★ 1.2k

I have RNAseq data as RPKM values (tumor vs normal) since data is paired end how could I convert to FPKM values.

Thanks

RNA-Seq • 7.8k views
ADD COMMENT
1
Entering edit mode

You may/should not convert RPKM to FPKM. You need to recalculate FPKM from BAM file. As suggested below, if you just divide by 2, they wont be true FPKM values as you do not knowif there are any read-pairs with only one-end mapped. And if there are many read pairs like that your FPKM value might not be true.

ADD REPLY
0
Entering edit mode

Thanks for the explanation

ADD REPLY
2
Entering edit mode
8.2 years ago
michael.ante ★ 3.8k

In case of single end data, RPKM=FPKM (Reads per kilobase per million reads and Fragments per kilobase per million reads).

In case of paired end data, you have for every read-pair one fragment. Thus, divide the RPKM by two.

ADD COMMENT
0
Entering edit mode

very naive clarification should it be tumor RPKM/2 - normal RPKM/2

or it should be tumor RPKM-normal RPKM = X/2

ADD REPLY
0
Entering edit mode

If you are looking at the ratios/fold-changes, it doesn't matter. The factor 2 is cancelled:

4:1 == 2:0.5
ADD REPLY
0
Entering edit mode

Got it

ADD REPLY

Login before adding your answer.

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