-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
In recent samples analyzed with v3.5.5, we see very high indel burdens.
I found several examples of indels that overlap the NOISE mask, but were not filtered out - they still show up with FILTER=PASS.
$ tabix NOISE.sorted.GRCh38.bed.gz chr1:43861432-43861436
chr1 43861434 43861453
In results.indel.vcf.gz:
chr1 43861434 . GCTGTCAGGACTTGTATAGA G 225.417 PASS INDEL;IDV=8;IMF=1;DP=8;VDB=1.33331e-05;SGB=-0.651104;MQSBZ=0;BQBZ=0;MQ0F=0;AC=1;AN=1;DP4=0,0,8,0;MQ=60;QPOS=97;RB=chr1,43861337,43861899,GGC,TAT;BBEG=43861337;BEND=43861899;DEPTH_FWD=5;DEPTH_REV=3;DEPTH_NORM_FWD=12;DEPTH_NORM_REV=12;DPLX_ASXS=119;DPLX_CLIP=0;DPLX_NM=19;BULK_ASXS=90;BULK_NM=0;NN=[0:118:0];SEQ=GGTGTGGAGCTGTCAGGA GT:PL:DP:DV:SP:DP4 1:255,0:8:8:0:0,0,8,0
chr1 43861434 . GCTGTCAGGACTTGTATAGA G 225.417 PASS INDEL;IDV=8;IMF=1;DP=8;VDB=0.125998;SGB=-0.651104;MQSBZ=0;BQBZ=0;MQ0F=0;AC=1;AN=1;DP4=0,0,4,4;MQ=60;QPOS=97;RB=chr1,43861337,43861546,AAG,TGA;BBEG=43861337;BEND=43861546;DEPTH_FWD=4;DEPTH_REV=4;DEPTH_NORM_FWD=12;DEPTH_NORM_REV=12;DPLX_ASXS=109;DPLX_CLIP=0;DPLX_NM=19;BULK_ASXS=90;BULK_NM=0;NN=[0:118:0];SEQ=GGTGTGGAGCTGTCAGGA GT:PL:DP:DV:SP:DP4 1:255,0:8:8:0:0,0,4,4
I am confident that I ran the pipeline with NOISE.sorted.GRCh38.bed.gz.
Is there a possible bug in applying the NOISE (and/or SNP) masks to indel results?
Thanks