Closed nrosewick closed 2 years ago
I solved it by making sure the variant list in my dataset and reference are the same.
Indeed it is because the variant list are inconsistent between the two data sets.
I plan to work on coping the scenario where there can be mismatch between the variant lists by first taking the intersection of the two data sets.
Also, I want to note that unless one is sure that the data set is indeed a five-way admixture, one should specify a more constrained set of ref-pops. I'll add this to the document.
Thanks for your interest!
I am reopening this for the following issues:
when there is mismatch of variant list, we recommend using RFmix which handles this within the software. See details at https://kangchenghou.github.io/admix-kit/rfmix.html
Hello,
I try to use admix-kit with my dataset. I first download the plink2 fril from 1000G on plink2 website https://www.cog-genomics.org/plink/2.0/resources
Then I decompress and process them the same way you described in the toy.sh script
Then I executed admin on it :
admix lanc --pfile mydataset.chr1.QCed --ref-pfile chr1_phase3.admix --ref-pop-col "SuperPop" --ref-pops "EUR,AFR,AMR,EAS,SAS" --out test.lanc
But I got an error :
Any idea how to solve this ?
Toy dataset works well btw.
Thanks