stringtie icon indicating copy to clipboard operation
stringtie copied to clipboard

Getting raw read counts directly

Open chbk opened this issue 4 years ago • 2 comments

Would it be possible to get raw read counts directly from Stringtie, instead of coverage values to transform with prepDE.py?

I understand prepDE.py uses a formula that gives an estimate of the original raw counts, but it requires a fixed read length, which is not practical in our case. We have concatenated files made from experiments with different read lengths, so there is no single read length we can use for the formula.

The read counts are needed for differential analysis, so getting that without applying a formula to get an estimate of the original value would be the best way to go.

chbk avatar Jun 29 '20 14:06 chbk

Hi @chbk,

Have you found a solution to this problem? I have a similar problem.

dadrasarmin avatar Mar 14 '22 10:03 dadrasarmin

No I haven't found a straightforward way. Our RNA-Seq pipeline (https://github.com/FAANG/analysis-TAGADA) checks that read lengths are approximately equal before running prepDE.py.

chbk avatar Mar 16 '22 12:03 chbk