Entering edit mode
8.8 years ago
Alice
▴
320
Hello biostars!
I was wondering, how to compare a few samples in my multisample vcf file?
Basically, I would like to get a venn diagram, but vcf-compare is working only on multiple vcf files, bcftools stats and plot-vcfstats do not help either (they do not compare positions across the samples).
I can just split my vcf on three separate files and compare them using the approach described above, but I believe there should be more simple solution.
Cool, I did not know about this package! And thanks for the script! I will try it asap.
I also need to get a list of snips themselves. As I believe, I can easily catch them using this file after BioAlcidae.
It's not a R package. It's a java program.
You should test it before validating my answer :-)
Ok, I see.
No, I mean I will parse this file into R.