I made simple vcf file processing as
plink --vcf Asp_multicall2.vcf.gz --double-id --allow-extra-chr \
--set-missing-var-ids @:# \
--set-missing-var-ids @:# \
for K in 1 2 3 4 5
do
admixture --cv plink.bed $K | tee log${K}.out
done
As you can see, they grouped six kind of individual strains. But I want to observe every strain individual's result like below. From what stage should I adjust the command? Or suggest me the best way for this kind of data.