Entering edit mode
3.8 years ago
jayeshkumarsundaram
▴
10
I used kallisto tool for RNA-seq quantification of pair-end reads. At the end of the quantification, it was reported by the tool that the estimated average fragment length is zero. When I look at the output abundance file, I have quantification TPM values which are not zero. So, I hope there is no problem with alignment. what do I have the average fragment length as zero?
Can you show us the exact command you used?
And can you show us a few lines of the output abundance file?
Attached more information ....
Command:
Output:
Thanks, something is indeed off.
The eff_length should generally be the length minus the average fragment length + 1. Here, the eff_length is the only the length + 1. This will affect your results.
A few suggestions: Make sure you're using the latest version of kallisto (0.46.0). Additionally, make sure you're building the index corrrectly (and that you have downloaded the correct index / references).
Can you tell me what index / reference you're using?