calculate RPKM from read count and gff by galaxy
2
0
Entering edit mode
6.7 years ago
maleknias ▴ 40

Hi ! I have a table (58037×117) contain scaled read count for 117 sample (case and control) and gff and gtf file. Considering of RPKM calculation: RPKM=(row number of reads/exon length) ×(1000 000 / number of mapped reads in the sample) how can I get a table (58037×117) contain RPKM?? Is it solution based of use galaxy?

RNA-Seq rna-seq • 3.6k views
ADD COMMENT
0
Entering edit mode
6.7 years ago

In the original publication by Ali Mortazavi et al. they provide the means to do so: http://www.nature.com/nmeth/journal/v5/n7/abs/nmeth.1226.html?foxtrotcallback=true

If you are searching for a more "divulgative" article on the topic, this is the most linked one: https://haroldpimentel.wordpress.com/2014/05/08/what-the-fpkm-a-review-rna-seq-expression-units/

Finally, a remark: I would suggest you to switch to TPM. Mortazavi himself suggested not to use RPKM anymore.

ADD COMMENT
0
Entering edit mode

Thanks but it's not useful for me. I want to save time and because sample size is big i want use table of read-count. so do it again from the beginning is not cost effective!!

ADD REPLY
0
Entering edit mode

You don't need to do everything from the beginning, it just takes some command line used differently because the formula is different.

ADD REPLY
0
Entering edit mode
6.7 years ago
EagleEye 7.5k

1) Enter "#" for your matrix header

2) Add one extra column to your matrix in the end (exon/gene length)

3) Use the following script according to the instructions,

https://github.com/santhilalsubhash/rpkm_rnaseq_count

ADD COMMENT
0
Entering edit mode

thanks a lot. It seems cool. could you guide me "how I can make .count file" ?? Is this make by "Count.seqs" and "mothur_toolsuit" ?

ADD REPLY
0
Entering edit mode

count file can be any matrix of raw count (Gene id in the first column+followed by counts+followed by Gene/exon length) created by read quantification programs like 'featureCounts' and 'HTSeq'. For getting sum of exon length gene-wise 'featureCounts' is well suited program.

ADD REPLY

Login before adding your answer.

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