Allele frequency
--freq [{counts | case-control}] ['gz']
--freqx ['gz'] (alias: --frqx)
By itself, --freq writes a minor allele frequency report to plink.frq.
If you add the 'counts' modifier, an allele count report is written to
plink.frq.count instead. Alternatively, you can use --freq with
--within/--family to write a cluster-stratified frequency report to plink.frq.strat, or use the 'case-control' modifier to write a
case/control phenotype-stratified report to plink.frq.cc.
--freqx writes a more informative genotype count report to plink.frqx.
For both flags, gzipped output can be requested with the 'gz'
modifier.
Nonfounders are normally excluded from these counts/frequencies; use
--nonfounders to change this.
All of these reports (except for --freq + --within/--family) are valid
input for --read-freq; --freqx is the most powerful when used in that
capacity, since it preserves deviation from Hardy-Weinberg
equilibrium.