I see now.. yes it was a stupid mistake but again..after changing it I get almost the same error.
PLINK ASSOC : Skipping --assoc/--model since less than two phenotypes are present.
Hello to all,
I have 10 vcf files - 5 female fish and 5 male fish I have merged all 10 fish to one vcf file.(all_fish.vcf) I want to do the plink association analysis on all 10 fish but I'm having a hard time.
I think that the problem is that temporary.fam does not recognize phenotypes..
my command:
plink --script assoc_command.txt
assoc_command.txt:
-noweb --const-fid --allow-extra-chr 0 --pheno pheno.txt --pheno-name Phenotype --vcf all_fish.vcf --assoc --out all_fish_assoc
my pheno.txt looks like that:
but...all_fish_assoc-temporary.fam looks like:
and the log:
• 4,253 views
•
link
1 answer
The IIDs aren't identical between your two files.
• 0 views
•
link
Log in to answer this question.