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,436評論 0 10
  • pyspark.sql模塊 模塊上下文 Spark SQL和DataFrames的重要類: pyspark.sql...
    mpro閱讀 9,504評論 0 13
  • 你是黎明之后,熱情浪漫的白天。而我,只是入夜后那朵帶露的曇花。 在悠長的歲月來時的最初,在浪漫的那一年那月的那一天...
    請叫我樹人閱讀 237評論 0 0
  • 2017.9.25, 七天是一個開始,二十一天就能形成習慣,試試吧。 給自己訂個目標 1、堅持早起、運動 2、堅持...
    徐徐徐清風徐來閱讀 509評論 0 0
  • 先來說一下AFNetworking從1.0到3.0的發展: AFNetworking 1.0完全基于NSURLCo...
    HAILK閱讀 475評論 0 0