Exclude mono morphic variants from VCF file
Hello Everyone
I am trying to exclude all the mono-morphic variants from GWAS vcf file. I used GATK SelecttVaraint walker with -env option.
Not sure am i doing the right thing or there in another way to exclude them?
Regards Moeen
• 2,034 views
•
link
1 answer
vcf-subset --exclude-ref in.vcf > out.vcf
• 1 views
•
link
Log in to answer this question.
Do you mean to say if alt column has a
.?Thanks ...
i want to exclude non-variant sites.. which could be '.' or same alternate allele .