X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=bcftools%2Fbcftools.1;h=c6b496867340207585ff6e3a6befa5cf72262c6b;hb=4d48f74cc10965e8e4e063875821200a4e5e1cc4;hp=6d11e77112491e34dd9c1108c0a5b5a61dda2d1c;hpb=fa217aa47313e2535cbd2d4bb034cfd405162662;p=samtools.git 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