You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After annotating my VCF with CSQ (bcftools 1.12), I noticed a variant (I:4464670) that was annotated as *missense for sample JU2106 but I couldn't find a previous stop codon in this sample. It seems that a stop codon (I:4463998) in another sample (ECA2091) is causing this mis-annotation. If I remove ECA2091 from the VCF, JU2106 is now labeled missense at this position. Similarly, if I leave all samples in but remove the stop codon in ECA2091, JU2106 is again labeled properly as missense. See code below for a reproducible example.
After annotating my VCF with CSQ (
bcftools 1.12
), I noticed a variant (I:4464670
) that was annotated as*missense
for sample JU2106 but I couldn't find a previous stop codon in this sample. It seems that a stop codon (I:4463998
) in another sample (ECA2091) is causing this mis-annotation. If I remove ECA2091 from the VCF, JU2106 is now labeledmissense
at this position. Similarly, if I leave all samples in but remove the stop codon in ECA2091, JU2106 is again labeled properly asmissense
. See code below for a reproducible example.The text was updated successfully, but these errors were encountered: