'\" t .\" Automatically generated by Pandoc 2.14.0.3 .\" .TH "vcflib" "1" "" "vcflib" "vcflib (index)" .hy .SH NAME .PP \f[B]vcflib\f[R] index .SH DESCRIPTION .PP vcflib contains tools and libraries for dealing with the Variant Call Format (VCF) which is a flat-file, tab-delimited textual format intended to describe reference-indexed variations between individuals. .PP VCF provides a common interchange format for the description of variation in individuals and populations of samples, and has become the defacto standard reporting format for a wide array of genomic variant detectors. .PP vcflib provides methods to manipulate and interpret sequence variation as it can be described by VCF. It is both: .IP \[bu] 2 an API for parsing and operating on records of genomic variation as it can be described by the VCF format, .IP \[bu] 2 and a collection of command-line utilities for executing complex manipulations on VCF files. .PP The API itself provides a quick and extremely permissive method to read and write VCF files. Extensions and applications of the library provided in the included utilities (*.cpp) comprise the vast bulk of the library\[cq]s utility for most users. .SS filter .PP .TS tab(@); l l. T{ filter command T}@T{ description T} _ .TE .SS metrics .PP .TS tab(@); l l. T{ metrics command T}@T{ description T} _ .TE .SS phenotype .PP .TS tab(@); l l. T{ phenotype command T}@T{ description T} _ .TE .SS genotype .PP .TS tab(@); l l. T{ genotype command T}@T{ description T} _ .TE .SS transformation .PP .TS tab(@); l l. T{ transformation command T}@T{ description T} _ .TE .SS statistics .PP .TS tab(@); l l. T{ statistics command T}@T{ description T} _ .TE .SH SOURCE CODE .PP See the source code repository at https://github.com/vcflib/vcflib .SH LICENSE .PP Copyright 2011-2022 (C) Erik Garrison and vcflib contributors. MIT licensed. .SH AUTHORS Erik Garrison and vcflib contributors.