Entering edit mode
3.6 years ago
mahanish123
•
0
I completed the local alignment and have 19 VCF files. How can I get unique variants - SNPs and Indels from these 19 VCF files so the variants won't repeat in each of 19 samples using bcf tools ?
What does this GT="AA" and GT="het" means ?
https://samtools.github.io/bcftools/bcftools.html#expressions
I fixed the expression above btw
Thanks. I will try it.