Removing SNPs with the count allele in 5 (insertion), 6 (deletion) or 7(allele from a reference panel)
1
0
Entering edit mode
4.7 years ago
jystat ▴ 10

Hi,

I have imputed data and renamed the integers allele to the letters by using the plink falg of "allele 1234".

However, I have noticed that there are 5 (insertion), 6 (deletion) or 7(allele from a reference panel) not changing to the letters.

1

Can anyone know how to delete this SNPs in plink or any other software?

Thank you.

plink SNP imputation unix gwas • 1.1k views
ADD COMMENT
1
Entering edit mode
4.7 years ago
 awk '($4 ~/^[ATGC]$/ && $5 ~/^[ATGC]$/)'
ADD COMMENT
0
Entering edit mode

Thank you for your help!

ADD REPLY

Login before adding your answer.

Traffic: 2517 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6