Cross validation error Admixture
0
0
Entering edit mode
9.1 years ago

Dear all,

I'm using the ADMIXTURE's cross-validation procedure I executed this instruction

# !/bin/sh
for K in 3 4 5 6 7 8
  do admixture --cv hapmap3.bed $K | tee log${K}.out
done

My pruned data set were generated with plink software using this parameter (--indep-pairwise 50 10 0.8) but when I checked with the values of CV error I found an unexpected increasing values.

Could you help me please

SNP software-error • 6.8k views
ADD COMMENT
0
Entering edit mode

Do you have a reason to expect that you have more than 3 populations?

ADD REPLY
0
Entering edit mode

Yes, my reason is to compare the North African against the European populations and Middle East so here, I expect that I have more than 3 ethnicities

ADD REPLY
0
Entering edit mode

Try K=2,3,4. If three is the lowest than three is the best choice given the data and the model. Another option is filtering out rare and high frequency variants.

ADD REPLY

Login before adding your answer.

Traffic: 2006 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6