vcf to venn diagram
0
0
Entering edit mode
mictadlo ▴ 10
@mictadlo-10885
Last seen 4.3 years ago

Hi, I created VCF files for 5 cultivars in the following way:

bcftools mpileup -Ou -f $2 ${1}/all.sorted.dedup.bam | bcftools call -mv -Ob -o ${1}/calls.bcf
bcftools view -i '%QUAL>=20' ${1}/calls.bcf > ${1}/calls-gt-q20.vcf

How can I create a venn-diagram out of those files?

Thank you in advance,

snps vcf venn diagram ggplot2 • 1.2k views
ADD COMMENT

Login before adding your answer.

Traffic: 618 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6