I have five different tracks on IGV from five sample alignment .bam files. I want to do more analysis on the coverage tracks that were made.
Is there a way to export the coverage tracks from IGV into some file OR get the coverage at each individual point by some other method?
Thank you!
Use deeptools bamCoverage with -binsize set to 1 to get the per-base coverage. Lot of options for normalization etc available, see the documentation. Bigwigs can be readily loaded into IGV.
sounds like you might want to create a BigWig file? Also might want to look at GATK DepthOfCoverage (https://software.broadinstitute.org/gatk/documentation/tooldocs/3.8-0/org_broadinstitute_gatk_tools_walkers_coverage_DepthOfCoverage.php)