Dear Christopher, Dear All,
I’m trying to export genotypes for several rs from a map/ped file. However, I’m getting the 0/1/2 format, but I need the A/C/G/T format.
1. I first recode the file to bed/bim/fam:
plink1.9 --file FILE --make-bed --out FILE_binary
2. Then I try to recode using --alleleACGT:
plink1.9 --bfile FILE_binary --alleleACGT --make-bed --out FILE_binary_ACGT
3. Then I do extracting:
plink1.9 --bfile FILE_binary_ACGT --extract snp_list.txt --recodeA --out output_snps
Is it the right approach? Unfortunately, I’m not getting the A/C/G/T outcome.
Regards,
Lukas