Entering edit mode
2.1 years ago
Timotheus
▴
40
Hello,
I'd like to subset variants in my VCF using a logical vector with indices corresponding to variant indices. I started familiarising myself with the vcfR package: I load my VCF into R, perform some custom operations to obtain the logical vector (note: the point is NOT simple filtering by QUAL, DP etc.), and then I'm stuck. Any suggestions?
(I'm not providing a reproducible example since this should be a general feature of the package I'm probably missing?)
Thanks in advance!