calculate FPKM/RPKM values by user friendly software
3
0
Entering edit mode
8.0 years ago

Hi,

I have RNA-seq data, different treatments and replicated samples.I would like to calculate FPKM/RPKM values, and calculate the fold-change by dividing the mean values.Does any one know the formula to calculate it manually or any user friendly software to calculate these values?

Thank you,

RNA-Seq • 6.6k views
ADD COMMENT
0
Entering edit mode

Thanks everyone for your helpful suggestions.

ADD REPLY
5
Entering edit mode
8.0 years ago
Benn 8.3k

Hi,

There are many posts about FPKM/RPKM, see 'similar posts' at the right side of the screen.

Conclusion is that FPKM/RPKM is not recommended for your kind of analysis. Use raw read counts and tools such as limma or edgeR or DESeq.

If you still want to use RPKM, you can use excel if that's user friendly enough.

ADD COMMENT
1
Entering edit mode
8.0 years ago

Hello, you can use following formula to calculate rpkm and fpkm.

 RPKM(Reads Per Kilobase per Million) = [# of mapped reads]/([length of transcript]/1000)/([total reads]/10^6)

FPKM(Fragments Per Kilobase per Million) = [# of fragments]/([length of transcript]/1000)/([total reads]/10^6)

And fold change is very simple, see here.

ADD COMMENT
1
Entering edit mode
8.0 years ago
michael.ante ★ 3.8k

Hi,

in terms of user-friendliness, have a look at Galaxy. It is a workbench combining lots of tools for analysis of SEQ-data. You can upload your data and run for instance the TopHat-Cufflinks pipeline or Sailfish.

Cheers,

Michael

ADD COMMENT

Login before adding your answer.

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