Insane in the vembrane: filtering and transforming VCF/BCF files

Bioinformatics. 2023 Jan 1;39(1):btac810. doi: 10.1093/bioinformatics/btac810.

Abstract

Summary: We present vembrane as a command line variant call format (VCF)/binary call format (BCF) filtering tool that consolidates and extends the filtering functionality of previous software to meet any imaginable filtering use case. Vembrane exposes the VCF/BCF file type specification and its inofficial extensions by the annotation tools VEP and SnpEff as Python data structures. vembrane filter enables filtration by Python expressions, requiring only basic knowledge of the Python programming language. vembrane table allows users to generate tables from subsets of annotations or functions thereof. Finally, it is fast, by using pysam and relying on lazy evaluation.

Availability and implementation: Source code and installation instructions are available at github.com/vembrane/vembrane (doi: 10.5281/zenodo.7003981).

Supplementary information: Supplementary data are available at Bioinformatics online.

Publication types

  • Research Support, Non-U.S. Gov't

MeSH terms

  • Genetic Variation*
  • Humans
  • Mental Disorders*
  • Programming Languages
  • Software