Re: Delly output VCF filteration criteria

157 views
Skip to first unread message

NGS lab

unread,
Dec 26, 2024, 3:04:32 PM12/26/24
to delly-users
Hi guys,
any body can help me regarding DELLY VCF filtering criteria, how to find good SV or BND.

What are are the important parameter we shall look to find out SV quickly.

Thank you In advance.

Rajesh K Maurya
INDIA

Damian Loska

unread,
Dec 26, 2024, 3:28:10 PM12/26/24
to NGS lab, delly-users
I'd be happy to know the filtering criteria too.
delly filter -f germline
is a very general command, however I'd like to be able to filter manually files directly from the command:
delly call -g hg38.fa -o s1.bcf -x hg38.excl sample1.bam


--
You received this message because you are subscribed to the Google Groups "delly-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to delly-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/delly-users/407da464-18f3-4d10-9100-aaadde1361c6n%40googlegroups.com.

Damian Loska

unread,
Feb 10, 2025, 4:26:17 AMFeb 10
to delly-users
any help with that?
So using only a base command, to a single file (no batch processing):

delly call -g ref.fa -x human.hg38.excl.tsv test.bam -o delly.raw.test.bcf

How to filter delly.raw.test.bcf?

What threshold to which INFO or SAMPLE should I use?

Damian Loska

unread,
Feb 11, 2025, 4:26:43 AMFeb 11
to delly-users
ChatGPT and DeepSeek propose such filters:
bcftools filter -i 'INFO/PE > 4 & INFO/SR > 3 & FMT/GQ > 20 & QUAL > 200 & FMT/GT!="0/0" & FILTER="PASS"' -o samp.vcf $dellybcf

Why nobody answer this topic?

Tobias Rausch

unread,
Feb 11, 2025, 4:38:04 AMFeb 11
to Damian Loska, delly-users
I think I disagree with ChatGPT here because delly calls small SVs that will lack PE support but also repeat-mediated SVs that potentially lack SR support. Filtering for PASS and non-ref. genotypes makes sense, of course and then QUAL>200 (or >300 or >500), depending on how stringent you want to filter.

Damian Loska

unread,
Feb 11, 2025, 4:45:37 AMFeb 11
to delly-users
Great, thanks for the hint!!!
Reply all
Reply to author
Forward
0 new messages