VCF file format
I am from a SW development background and trying to understand the VCF file format and have a certain confusion regarding interpreting the mutation. So, I have a record where the REF and ALT values are:
REF: AAAATAAATAAAT
ALT: AAAATAAAT, A
The way I understand it, that the first ALT entry represents a deletion of the base pairs (AAAT). Is that correct?
The second entry also represents a deletion as far as I can tell with the deletion of (AAATAAAT).
I was wondering if someone could clarify if I have understood this correctly.
• 1,992 views
•
link
1 answer
You understood correctly.
Edit: What chrchang523 said.
• 0 views
•
link
Log in to answer this question.
Almost correct; just note that the second entry involves the deletion of a total of three AAATs, not two.
Thank you for the clarification.