Changes

2016-genetic-association-commands

5 bytes added, 20:46, 4 January 2017
/* GeneABEL */
==GeneABEL==
 
plink --file GWAS_clean4 --pheno pheno.phen --pheno-name Aff --transpose --recode --out gwa_gabel --noweb
plink --file GWAS_clean4 --pheno pheno.phen --pheno-name systolic --transpose --recode --out gwa_gabel_qtl --noweb
plot(test.qt, col = "black")
add.plot(test.eg, col = "gray", pch = 3)
legend("topright", c("Original plot","After correction w/ EIGENSTRAT"), pch = c(1,3))  ==Imputation exercise==
plink --file chr22_imputation_ex --noweb
interest = dosage[which(dosage$SNP=='rs715586'),]
interest
 
==PLINK_R==
Introduction
Bureaucrat, administrator
1,252
edits