I'm using PLINK to find SNP that are associated with case-control study.
I used the --assoc flag, and I found some interesting SNPs.
But, it gives allele frequencies, and want to get genotype count (#homozygous for a1, #hom. for a2 and #hetrozygous) for case and control separately.
Is it possible?
--freqx does print genotype count, but this is for case an control together and not separately.