Hi there,
I tried to merge two data sets in PLINK 2 binary format (.pgen, .psam, .pvar) through plink2 --pmerge-list, but encountered the following error:
- --pmerge[-list] is under development.
I read that --pmerge only handles concatenation-like jobs for now. Does this mean the current version of PLINK 2.0 can not merge different data sets? If so, how may I merge the two data sets without using PLINK?
Additionally, the same variant may have different A1/A2 values in the two data sets. I think this is accounted for in plink1.9 --bmerge so that the merged A1/A2 allele will depend on which allele is major in the merged data. Will this be the case with plink2 --pmerge as well?
Thank you in advance for your help.