multi_cov_by_len
收藏DataONE2017-01-24 更新2024-06-26 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
# Used to determine coverage of features in a bed file using the alignments in a bam file.
# Output lists the length of features, number of features of that length, and percentage of features of that length recovered in the bam file.
# Script reads in output from bedtools coverage command executed as follows: bedtools coverage -hist -abam [bam_infile] -b [bed_file] > [output]
创建时间:
2017-01-24



