Entering edit mode
10.5 years ago
smartsean
•
0
So I am trying to find the average depth of coverage of 100 genes from a given reference genome in a given time interval 1 - 10.
I have 10 sorted, indexed bam files, and using samtools depth I was able to find each corresponding avg coverage for coverage base and the total base coverage, but how would I be able to find each gene's avg coverage from this data?
Check out bedtools: http://bedtools.readthedocs.org/en/latest/content/tools/coverage.html