Bioconductor / VariantAnnotation

Annotation of Genetic Variants
https://bioconductor.org/packages/VariantAnnotation
23 stars 20 forks source link

Filtering VCF by ranges #5

Open lawremi opened 6 years ago

lawremi commented 6 years ago

Would be useful to filter a VCF incrementally by range. Range-based iteration makes sense when e.g. removing duplicates. Right now filterVcf() only works by yield count. The GenomicFiles package makes reduction easier but not necessarily filtering at the file level. At least, side effects are undesirable in that functional framework.