bamdst安裝及使用

得到測序文件進行比對后經(jīng)常需要對bam文件進行覆蓋深度、靶向捕獲效率的統(tǒng)計分析進行初步質(zhì)控。
這里介紹一個輸出結果比較多的軟件bamdst,bamdst可以一次性輸出包括深度、覆蓋度、靶向捕獲統(tǒng)計、flanking區(qū)域統(tǒng)計在內(nèi)的多個指標。
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.

其中區(qū)域的bed文件可以從測序公司的網(wǎng)站上下載,也可以根據(jù)需要自己制作。
自己制作bed可以到UCSC網(wǎng)站

?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi閱讀 7,847評論 0 10
  • pyspark.sql模塊 模塊上下文 Spark SQL和DataFrames的重要類: pyspark.sql...
    mpro閱讀 9,914評論 0 13
  • 你是黎明之后,熱情浪漫的白天。而我,只是入夜后那朵帶露的曇花。 在悠長的歲月來時的最初,在浪漫的那一年那月的那一天...
    請叫我樹人閱讀 261評論 0 0
  • 2017.9.25, 七天是一個開始,二十一天就能形成習慣,試試吧。 給自己訂個目標 1、堅持早起、運動 2、堅持...
    徐徐徐清風徐來閱讀 601評論 0 0
  • 先來說一下AFNetworking從1.0到3.0的發(fā)展: AFNetworking 1.0完全基于NSURLCo...
    HAILK閱讀 590評論 0 0

友情鏈接更多精彩內(nèi)容