Hi I wanted to do something like this:
../plink --bfile sample --extract mutations.txt --recode A --out filtered_sample
where mutations.txt are just 2 SNPs.
I would like to obtain the number of individuals with the 2 mutations at the same time, but would also like to know if they're homozygous or heterozygous.
Unfortunately I get this error:
Error: --recode does not support multipass recoding of very large files.
I imagine because it shows me the data of each individual. Is there anyway I can just get the count or frequency instead, but with the homozygous or heterozygous information?
Thank you!