Open malawsky opened 3 years ago
How do you recommend running the additive-dominance GWAS? Are there any scripts you can provide? Thanks!
Hey Malawsky. You use PLINK for that: plink --bfile myGeno --pheno myPhenotype.txt --linear 'genotypic' --out myResult
Check PLINK doc here: https://www.cog-genomics.org/plink/1.9/assoc
Cheers,
Loic
How do you recommend running the additive-dominance GWAS? Are there any scripts you can provide? Thanks!