Hi,
There are multiple FASTA files contain contigs. And also multiple SAM files contain the alignment of reads to the contigs.
Assuming the sam was converted to bam, I want to determine the low region coverage in the bam files.
For each bam file, should I compute the coverage of multiple regions or just one coverage region (i.e. mean(coverage(ranges)))?
thanks
How are you defining low coverage? Is this transcriptomic or genomic coverage?
It's genomic coverage. All results are generated by BWA.