X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=bcftools%2Fbcftools.1;h=c6b496867340207585ff6e3a6befa5cf72262c6b;hp=6d11e77112491e34dd9c1108c0a5b5a61dda2d1c;hb=9f4bebab2e0917c676ae739b2d05cb22ad6c4ed5;hpb=fa217aa47313e2535cbd2d4bb034cfd405162662 diff --git a/bcftools/bcftools.1 b/bcftools/bcftools.1 index 6d11e77..c6b4968 100644 --- a/bcftools/bcftools.1 +++ b/bcftools/bcftools.1 @@ -95,13 +95,18 @@ Uncompressed BCF output (force -b). .B Consensus/Variant Calling Options: .TP 10 .B -c -Call variants. +Call variants using Bayesian inference. This option automatically invokes option +.BR -e . .TP .BI -d \ FLOAT When .B -v is in use, skip loci where the fraction of samples covered by reads is below FLOAT. [0] .TP +.B -e +Perform max-likelihood inference only, including estimating the site allele frequency, +testing Hardy-Weinberg equlibrium and testing associations with LRT. +.TP .B -g Call per-sample genotypes at variant sites (force -c) .TP