How to fix this error while performing QC in PLINK "Warning: 228 het. haploid genotypes present"
I was trying to practicing how to perform quality control on Hapmap phase2 data from PLINK site from this link : Link to plink file from Hapmap
I tried using this code
!plink --bfile C:/Users/User/GWAS/HapMap/Data/CEU/Fixed/CEU_fixed --geno 0.05 --maf 0.05 --hwe 1e-6 --make-bed --out C:/Users/User/GWAS/HapMap/Data/CEU/Fixed/QC/your_data_qc1
and when using that on the data, I encountered this error
> Warning: 228 het. haploid genotypes present (see
C:/Users/User/GWAS/HapMap/Data/CEU/Fixed/QC/your_data_qc1.hh ); many commands
treat these as missing.
Warning: Nonmissing nonmale Y chromosome genotype(s) present; many commands
treat these as missing.
Warning: --hwe observation counts vary by more than 10%, due to the X
chromosome. You may want to use a less stringent --hwe p-value threshold for X
chromosome variants.
Any help is appreciated and I'm still a beginner and never performed GWAS before, you help would be highly appreciated. Thank you in advance and if possible can you also explain the error and why it occurs
• 1,507 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What's the error message? You only show us warnings.
sorry I made mistake, here is the entire warning
I just want help with how to resolve this warnings, thank you for responding.