-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi!
I really appreciate you creating this tool. I have a question about the gnomad benign annotations in the latest version(v3.4.6) of annotsv. I've used the default annotations provided when installing annotsv.
My issue is with gnomad variant gnomAD-SV_v3_DEL_chr3_74d6df2b
. This entry can be found in the $install/Annotations_Human/SVincludedInFt/BenignSV/GRCh38/benign_Loss_SV_GRCh38.sorted.bed file:
$ grep "DEL_chr3_74D6DF2B" benign_Loss_SV_GRCh38.sorted.bed
3 16955863 54461038 gnomAD-SV_v3_DEL_chr3_74d6df2b chr3:16955863-54461038 0.1881
The same event can be found on the gnomad website. The issue is that the gnomad website has the does not have the variant filter status as PASS
.
The readme says the benign calls are filtered for a few things:
• Allele frequency ≥ 1% (AF ≥ 0.01) (default, see the “-benignAF” option in USAGE/OPTIONS)
• At least 5 homozygous individuals (N_HOMALT ≥ 5)
• ≥ 500 individuals tested (AN ≥ 1000)
• “DUP”, “DEL”, “INS” or “INV” SV type
• FILTER = PASS
I downloaded the gnomad sv bed file and confirmed the event is not PASS
is this an issue with the benign annotations?
Thanks!
-Alex