Values used for calculating FPKM Value
1
0
Entering edit mode
8.6 years ago
bassanio ▴ 60

Dear All,

I had got a Transcriptome Library with 10M PE reads (R1->10M & R2 ->10M). When I mapped the same to the genes from a particular genome using Bowtie2 80% of them mapped (8M).

Now I need to calculate the Expression rate for these genes. For calculating the FPKM Value I use the formula below

FPKM= MG * (10^9))/N * Length of Gene

Where;

  • MG= Count of PE mapped to the genes (20,000)
  • N= Library size or Mapped count ?(10M/8M?)

My question is What is the value of N should be is it 10M or 8M

FPKM RPKM Bowtie • 3.9k views
ADD COMMENT
0
Entering edit mode
8.6 years ago

It should be 8M. For example from edgeR rpkm() function, its

lib.size: library size, defaults to 'colSums(x)'

ADD COMMENT
0
Entering edit mode

If I use the same transcript data and aligned with another genome(B) where aligned reads is 9M and then if I do a DeSeq between Sample A(8M) mapped reads and Sample B(9M) mapped reads then the data is Skewed more towards Sample A as the normalization value is not same between SampleA and Sample

ADD REPLY

Login before adding your answer.

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