Entering edit mode
3.7 years ago
kumar.vinod81
▴
340
Hi, I've a multi-sample vcf file of a highly heterozygous plant species. I could calculate the individual-wise heterozygosity using -het option in vcftools. But I also want to know the frequency of heterozygous SNPs in my data. And then to filter out some SNPs where the frequency of heterozygous allele is > 50% and in another filter I want to keep only those SNPs where minor homozygous allele count is >3. Is it possible with vcftools or bcftools? Thanks,
But is it possible to filter with allele count? I want to filter out all the sites having >3 het or want to include only sites with >2 homozygous alleles. Thanks,