Entering edit mode
8.3 years ago
aaron.agri
•
0
I have bam file aligned with the reference genome, need to know how to know the average fragment length and coverage?
I have bam file aligned with the reference genome, need to know how to know the average fragment length and coverage?
If you have deepTools installed, use bamPEFragmentSize and plotCoverage.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Is it paired or single end ?
from SAM, TLEN gives out average fragment size and try CollectInsertSizeMetrics from PICARD tools and for coverage, use samtools.