Man page - vcfgenotypes(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)
Package: libvcflib-tools
apt-get install libvcflib-tools
apt-get install libvcflib-tools
Manuals in package:
Documentations in package:
Manual
VCFGENOTYPES
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
EXIT VALUES
SEE ALSO
OTHER
LICENSE
AUTHORS
NAME
vcfgenotypes
SYNOPSIS
vcfgenotypes
DESCRIPTION
Report the genotypes for each sample, for each variant in the VCF. Convert the numerical represenation of genotypes provided by the GT field to a human-readable genotype format.
OPTIONS
EXAMPLES
Example:
**vcfgenotypes** samples/sample.vcf
19 111 A C A,C NA00001:A/A NA00002:A/A NA00003:A/C
19 112 A G A,G NA00001:A/A NA00002:A/A NA00003:A/G
20 14370 G A G,A NA00001:G/G NA00002:G/A NA00003:A/A
20 17330 T A T,A NA00001:T/T NA00002:T/A NA00003:T/T
20 1110696 A G,T A,G,T NA00001:G/T NA00002:G/T NA00003:T/T
20 1230237 T . T,. NA00001:T/T NA00002:T/T NA00003:T/T
20 1234567 G GA,GAC G,GA,GAC NA00001:G/GA NA00002:G/GAC NA00003:GA/GA
20 1235237 T . T,. NA00001:T/T NA00002:T/T NA00003:./.
X 10 AC A,ATG AC,A,ATG NA00001:AC NA00002:AC/A NA00003:AC/ATG
Type: statistics
EXIT VALUES
|
0 |
Success |
|||
|
not 0 |
Failure |
SEE ALSO
vcflib (1)
OTHER
LICENSE
Copyright 2011-2024 (C) Erik Garrison and vcflib contributors. MIT licensed. Copyright 2020-2024 (C) Pjotr Prins.
AUTHORS
Erik Garrison and vcflib contributors.