Variant annotation using VEP
Hi,
I am annotating the variants using VEP to get an output as tab format file. But I am not getting the details of 'INFO' columns, such as Zygosity, Read Number and Read frequencies. It would be great if someone can help me to figure this out. Thanks in advance.
• 1,671 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You can save your output in
VCFformat or you can use this plugin to do the task.Thank you for the reply. Again in the end we need use awk and parse the output accordingly.
I want the columns of zygosity, variant reads, reads frequencies and variant coverage from VEP. How to get that? Please anyone tell me