Entering edit mode
6.8 years ago
Abdul Rafay Khan
★
1.2k
Is there any way to calculate the mean coverage of each amplicon in a whole run (in 16 or 32 samples)?
Is there any way to calculate the mean coverage of each amplicon in a whole run (in 16 or 32 samples)?
Hi Abdul Rafay Khan,
You can use samtools depth:
samtools depth -b file.bed -a file.bam > coverage.csv
Also, a plugin named 'coverageAnalysis' exists directly on the Proton machine
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.