Hello,
Does anyone know how to extract specific variants from vcf files?
I have several vcf files with variants from NGS experiment, I'd like to subset only variants such as missense(stop gain stop loss, start gain, start loss)/splice site(in intron and exon) and all frameshift mutations.
What is more, I'm looking for changes with small MAF - I know there is 'COMMON=0' parameter.
So how can I do this filtering but on WINDOWS, or with some paclage in R?
All the best,
Adam.
Yes, actually I read about this package but don't you think it's a bit complicated? I'm asking becasue vcf file already has variation type, missense, splice region, frameshift etc. So maybe typical filter and grep from dplyr in R would be enough?