Mean coverage in Ion Torrent PGM
Is there any way to calculate the mean coverage of each amplicon in a whole run (in 16 or 32 samples)?
• 1,893 views
•
link
1 answer
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
• 0 views
•
link
Log in to answer this question.