Hi, what's the difference between the two approaches to filter for variants above a certain MAF threshold? `bcftools view -q 0.01` v/s `bcftools -i 'MAF>0.01'`? Also, do they compute the MAF value, or look for it in tag info? Thank you!
Hi, what's the difference between the two approaches to filter for variants above a certain MAF threshold?
bcftools view -q 0.01v/sbcftools -i 'MAF>0.01'?Also, do they compute the MAF value, or look for it in tag info?
Thank you!