Changes

From Statistical Genetics Courses

Jump to: navigation, search

GWAS Data QC Exercise

21 bytes added, 15:34, 7 June 2018
__NOTITLE__ ==GWAS Data QCExercise==<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