bamdst安装及使用

得到测序文件进行比对后经常需要对bam文件进行覆盖深度、靶向捕获效率的统计分析进行初步质控。
这里介绍一个输出结果比较多的软件bamdst,bamdst可以一次性输出包括深度、覆盖度、靶向捕获统计、flanking区域统计在内的多个指标。
Github地址
用起来比较方便,具体使用可以参考github。


安装:

    git clone https://github.com/shiquan/bamdst
    cd bamdst/
    make

使用:

    bamdst -p <probe.bed> -o ./ in1.bam

PARAMETERS

-o / --outdir [dir]

set the output dir [mandatory]

-p / --bed [file]

the probe or captured target region file, these regions will be merged first [mandatory]

OPTIONAL PARAMETERS

-f / --flank [num]

if you want calculate the coverage of flank region, set this value, default is 200

--maxdepth [num]

for some projects, the depths of sepcial region are very high, if you don't want show

these unnormal depths in cumulation distrbution file, set the cutoff value to filter them.

default is 0 (no filter).

--cutoffdepth [num]

for some projects, people care about the coverage of specified depth, like 10000x etc.

bamdst just calculate the coverage of 0x, 4x, 10x, 30x, 100x, so you can set this value

to show the specified coverage in the coverage.report file. Default is 0.

--isize [num]

for bad mapped paired reads, the inferred insert size is very huge. So set a cutoff

value for reasonal visual purpose. Default is 2000.

--uncover [num]

set this cutoff value for calculate the bad covered region. Default is <5.

--use_rmdup (an invalid parament since v1.0.0 )

Use rmdup depth instead of cover depth to calculate the coverage of target regions and

so on.

其中区域的bed文件可以从测序公司的网站上下载,也可以根据需要自己制作。
自己制作bed可以到UCSC网站

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,473评论 0 10
  • pyspark.sql模块 模块上下文 Spark SQL和DataFrames的重要类: pyspark.sql...
    mpro阅读 9,537评论 0 13
  • 你是黎明之后,热情浪漫的白天。而我,只是入夜后那朵带露的昙花。 在悠长的岁月来时的最初,在浪漫的那一年那月的那一天...
    请叫我树人阅读 242评论 0 0
  • 2017.9.25, 七天是一个开始,二十一天就能形成习惯,试试吧。 给自己订个目标 1、坚持早起、运动 2、坚持...
    徐徐徐清风徐来阅读 514评论 0 0
  • 先来说一下AFNetworking从1.0到3.0的发展: AFNetworking 1.0完全基于NSURLCo...
    HAILK阅读 488评论 0 0