This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bcftools isec question?

How does bcftools isec work, ie. which parameters does it intersect on? I was assuming chromosome, position, ref, and alt alleles only, and disregards any information in the INFO, FILTER, etc. columns. Or does it intersect on any other fields in the VCF?

bcftools

1 answer

http://samtools.github.io/bcftools/bcftools.html#common_options

-c, --collapse snps|indels|both|all|some|none|id

Controls how to treat records with duplicate positions and defines compatible records across multiple input

Log in to answer this question.