Sorry for the naive question: could you let me know what the difference between using ~ 1000 and using ~1111 ? how this relfect on the output. So If I want to obtain common variants among 6 VCF file, so do I need to make the command like this
bcftools isec -p /dir -n=6 file1.vcf file2.vcf file3.vcf file4.vcf file5.vcf file6.vcf
In this case do I expect a file containing common variants in all VCF files ?
May be another question: if I added -c all to that command, will this produce variants that share (or unique) in position based on only position or position on whatever chromosome ?
Thanks
There should be a
README.txtfile in the results directory that describes the files. Did you check it?Yes, it tells each file is stripped from comparing pairwise of treatment sample with each control seperately. I thought it would return a strict vcf file including the comparison between treatment and all three controls