Changes

From Statistical Genetics Courses

Jump to: navigation, search

AdvGeneMap2017Commands

0 bytes added, 20:50, 4 January 2017
/* GWAS Control Substructure */
==GWAS Control Substructure==
 
plink --file GWAS_clean4 --genome --mds-plot 10 --noweb
R
gws_unadj = aff_unadj[which(aff_unadj$P < 0.0000001),]
gws_unadj
gws_adjusted = aff_C1C2[which(aff_C1C2$P < 0.0000001),] gws_adjusted
q()