Plink2 did not recognize flag --alleleACGT., and suggested I try --help. The report from that message was:
plink2_mac_arm64_20250609 % plink2 --help --alleleACGT
PLINK v2.0.0-a.6.16 M1 (9 Jun 2025)
cog-genomics.org/plink/2.0/(C) 2005-2025 Shaun Purcell, Christopher Chang GNU General Public License v3
No help entry for '--alleleACGT'.
However, your documentation (
https://www.cog-genomics.org/plink/2.0/data#export) states:
--allele1234 interprets and/or recodes A/C/G/T alleles in the input as 1/2/3/4, while
--alleleACGT does the reverse. With the '
multichar' modifier, these will translate multi-character alleles as well, e.g. '--allele1234 multichar' converts 'TT' to '44'.
This is actually a useful flag since the David Reich aDNA datasets converts to .ped with allele1234 formatting (ugghhh).
Thx!