How To Calculate Base-Level Read Coverage Of Each Transcript ?
Dear Biostars, I am trying to remove the transcripts that have less than 0.1 average base-level read coverage. But I am quiet confused with calculation part. Any comments or answers would be appreciated. What if I calculate coverage of reads overlapping a transcript and divide them number of reads by transcript length? Does it answer my question ? Thanx in advance!
• 4,084 views
•
link
1 answer
why don't you just use cufflinks to calculate FPKMs, then filter based on that?
• 0 views
•
link
Log in to answer this question.
Average base-level read coverage for a transcript = (Total number of reads * length of the read)/ Length of the transcript.