This is a test version of Biostars. For the public version, visit https://www.biostars.org.
FPKM to raw count conversion

Hi!

Since I am new in bioinformatics I was wondering if it is possible to convert FPKM values into raw counts. Unfortunately I don't have an access to the raw counts but I have information about the transcript lengths (from ensambl data base) and information about number of total reads. And since FPKM is expressed as: enter image description here

Where the ๐‘ž_๐‘– are raw read, ๐‘™_๐‘– is feature (transcript) length, and โˆ‘๐‘ž_๐‘— corresponds to the total number of mapped reads, is it correct (from bioinformatics point of view) to just calculate q_i from this formula to end up with raw counts?

Thank you for help!

rawcounts rna-seq fpkm deg

If someone's only giving you FPKMs, I'd be more concerned that they're using some outdated software to align and quantify your RNA-seq reads.

Furthermore, the l_i in FPKM is not transcript length, it's the "effective length" which is different than the transcript length. You likely don't have the effective length (it's not something you can get from ensembl because it's sample-dependent).

Just get the raw FASTQ data and process it yourself.

0 answers

No answers yet.

Log in to answer this question.