摘要: 001、计算所有位点覆盖度 samtools depth -@ 8 sample.bam > sample.depth ## 利用samtools计算所有比对位点的覆盖度 002、计算性染色体相对覆盖度 awk '{t_sum += $3; if($1 == "chrX") {x_sum += $3 阅读全文
posted @ 2025-03-27 09:51 小鲨鱼2018 阅读(15) 评论(0) 推荐(0)