Converting RPKM into counts
1
0
Entering edit mode
3.8 years ago
DBScan ▴ 300

Is it possible to convert RPKM into counts? If I want to get the count of gene_i for sample_j, can I calculate (the coding length of gene_i * RPKM of geni_j and sample_j * sum of all RPKM of sample_j) / (10^9)?

RNA-Seq • 1.9k views
ADD COMMENT
1
Entering edit mode
3.8 years ago
Shalu Jhanwar ▴ 520

I'd recommend using raw counts directly calculated from the aligned files (SAM or BAM). instead of converting RPKM to Counts. However, if you'd like to reverse the operation from RPKM to Counts, then you should know the exact information (gene length, total mapped reads etc) that was used to get RPKM from the raw counts at the first place.

ADD COMMENT

Login before adding your answer.

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