Hi
I have a vcf file for a gene. I am able to read it into R using readVcf() from the VariantAnnotation Bioconductor package.
I am interested to find how many variants are SNPs, how many are INDELS, and how many are SV.
This info is present in the info-VT field...
I am not able to subset the vcf based on the info-VT field.
Help appreciated..
Thank you Valerie!