Entering edit mode
10.1 years ago
hellbio
▴
520
Hi, I have performed variant calling with samtools. For some reason some of the variants have N in ALT column as shown below: chr21 29989187 . A AN 96.50 60 0 46 46 1 Could someone help to understand what it means?
My first guess would be that its a 1 bp insertion but samtools couldn't display the base because all the supporting reads have uncalled base (N) at that position. This can be some sequencing error. Can you elaborate what does other values mean ? 96.50 seems to be the Variant QUAL. What are the values after that? Also, did you process this file through varFilter ?
Thanks for responding.
Yes, it is a 1 bp insertion and below are the commands used to generate this call.
So, could it be because of sequencing error? However, this variant got annotated as in UTR_3_PRIME region (dog genome).
This is interesting. This is a homozygous mutation supported by 46 reads with MQ of 60. Can you tell me if reads supporting this variants come from both the strands ? OR can you paste the info related to the following tag:
Surprisingly, PV4 values are not present for this variant.
can you pease show use the ouput of :
input
Thanks for taking your time. Below is the output:
Any further inference from the above output information?
Dear Pierre,
I have posted the output below. Could you infer what has been the reason from it. Thanks
Based on the pileup output you have posted there is only one read that is supporting insertion of a base with "n" nucleotide. This means that your
output is wrong. I think there is some bug in the code which printed "AN" instead of "A". All the "." and "," in pileup output support that the reads at that position match the reference base which is "A". To conclude, this position is not a variant and somehow it printed "AN" instead of "A" in vcf file.