Entering edit mode
3.3 years ago
nkausthu
▴
30
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.
You can save your output in
VCF
format 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