Svim 基于long reads鑒定SV

SVIM 可基于long reads(pacbio, ONT,HIFI)進(jìn)行call SV,deletion, insertion, inversion, tandem duplications, interspersed duplication and translocations.

githup:https://github.com/eldariont/svim
文章:SVIM: structural variant identification using mapped long reads

1、安裝

conda create -n svim_env --channel bioconda svim

2、簡單操練

所需數(shù)據(jù):

  • long reads FASTA/FASTQ (壓縮或uncompressed均可)
  • or long reads比對得到的bam文件, 需要\color{red}{sort,index}

在進(jìn)行l(wèi)ong reads比對的時候,可以選擇 NGMLR
或者minimap2均可以。

SVIM主要包括4個步驟:

  • collect: 基于Long reads 檢測SV
  • cluster:相同的SV進(jìn)行合并
  • combine:來自不同基因組區(qū)域的cluster進(jìn)行合并
  • genotype:確定基因型
svim alignment my_sample my_alignments.bam my_genome.fa

輸出文件:

  • The log file: SVIM_{date}_{time}.log
  • The SV calls in VCF format: variants.vcf
  • The SV calls in BED format: candidates/candidates_*.bed
  • Intermediate signature clusters in BED format: signatures/*.bed

當(dāng)然也可以進(jìn)行適當(dāng)?shù)倪^濾,比如

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

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

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