Entering edit mode
9.2 years ago
luca.pamparana
•
0
This is a follow up question to what I asked earlier today. Now, I see values for REF and ALT as follows:
REF: GAAAAAAAG
ALT: AAAAAAAAA
I really do not understand what sort of mutation this is trying to convey. Is this a valid code? I am at a loss as to how to interpret it...
Another one is:
Ref: ACT
Alt: TCC
Again, I am not sure what rule to apply here for interpretation.
These records are not as per VCF standards. (including the earlier records you have posted)
Thanks for pointing that out. I am still getting familiar with it but I will try and check if I can find out more about the source.
The output is probably from FreeBayes, which calls MNPs in addition to SNPs and indels.
In both examples there are two changes (i.e. multiple nucleotide polymorphisms or MNP). In the first example, the both G's have changed to an A. In the second example, there is an A change to T and a T change to C.
C: Variant calling for MNP
Thank you for the clarification!