Changes

From Statistical Genetics Courses

Jump to: navigation, search

GWAS Data QC Exercise

18 bytes removed, 17:00, 6 June 2018
==GWAS Data QC==<pre> plink --file GWAS --noweb
plink --file GWAS --mind 0.10 --recode --out GWAS_clean_mind --noweb
plink --file GWAS_clean_mind --maf 0.05 --recode --out MAF_greater_5 --noweb
0
edits