Man page - vcflib(1)
Packages contains this manual
- vcflib-api(1)
- vcfannotategenotypes(1)
- vcfcat(1)
- vcfgeno2alleles(1)
- vcfroc(1)
- vcfhethomratio(1)
- vcfcountalleles(1)
- vcfaddinfo(1)
- vcfrandomsample(1)
- vcfbreakmulti(1)
- vcfcheck(1)
- vcfsitesummarize(1)
- vcfdistance(1)
- vcfglbound(1)
- pyvcflib(1)
- vcfinfosummarize(1)
- vcflib(1)
- vcfnumalt(1)
- vcfsample2info(1)
- vcfkeepgeno(1)
- vcfgeno2haplo(1)
- vcfallelicprimitives(1)
- vcfindex(1)
- vcfecho(1)
- vcfwave(1)
- vcf2tsv(1)
- vcffixup(1)
- vcfremap(1)
- vcfnullgenofields(1)
- vcfoverlay(1)
- vcfremoveaberrantgenotypes(1)
- vcfflatten(1)
- vcfintersect(1)
- vcfprimers(1)
- vcfgenosamplenames(1)
- vcfafpath(1)
- vcfinfo2qual(1)
- vcfparsealts(1)
- vcffilter(1)
- vcfuniqalleles(1)
- vcfgenotypes(1)
- vcfsamplenames(1)
- vcfaltcount(1)
- vcfcombine(1)
- vcfuniq(1)
- vcf2dag(1)
- vcfgenotypecompare(1)
- vcfhetcount(1)
- vcfclassify(1)
- vcfkeepsamples(1)
- vcf2fasta(1)
- vcflength(1)
- vcfleftalign(1)
- vcfcommonsamples(1)
- vcfglxgt(1)
- vcfentropy(1)
- vcfrandom(1)
- vcfcreatemulti(1)
- vcfnulldotslashdot(1)
- vcfgenosummarize(1)
- vcfstats(1)
- vcfannotate(1)
- smoother(1)
- vcfstreamsort(1)
- vcfevenregions(1)
- vcfld(1)
- vcfkeepinfo(1)
- vcfqual2info(1)
- vcfremovesamples(1)
- abba-baba(1)
- vcfcleancomplex(1)
- vcfsamplediff(1)
apt-get install libvcflib-tools
Manual
vcflib
NAMEDESCRIPTION
filter
metrics
phenotype
genotype
transformation
statistics
SOURCE CODE
CREDIT
LICENSE
AUTHORS
NAME
vcflib index
DESCRIPTION
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.
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.
vcflib provides methods to manipulate and interpret sequence variation as it can be described by VCF. It is both:
|
β’ |
an API for parsing and operating on records of genomic variation as it can be described by the VCF format, |
||
|
β’ |
and a collection of command-line utilities for executing complex manipulations on VCF files. |
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βs utility for most users.
filter
metrics
phenotype
genotype
transformation
statistics
SOURCE CODE
See the source code repository at https://github.com/vcflib/vcflib
CREDIT
Citations are the bread and butter of Science. If you are using this software in your research and want to support our future work, please cite the following publication:
Please cite:
A spectrum of free software tools for processing the VCF variant call format: vcflib, bio-vcf, cyvcf2, hts-nim and slivar (https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009123). Garrison E, Kronenberg ZN, Dawson ET, Pedersen BS, Prins P (2022), PLoS Comput Biol 18(5): e1009123. https://doi.org/10.1371/journal.pcbi.1009123
LICENSE
Copyright 2011-2024 (C) Erik Garrison and vcflib contributors. Copyright 2020-2024 (C) Pjotr Prins MIT licensed.
AUTHORS
Erik Garrison and vcflib contributors.