-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello,
Thank you for providing such a convenient tool!
I have installed Intervene via conda and tested with my own dataset hap1.bed
and hap2.bed
to generate a Venn diagram using command line intervene venn -i hap*.bed --names hap1,hap2 --save-overlaps
. Finally, in the Intervene_result folder, there were three files 1)01_hap2.bed; 2)10_hap1.bed; 3)11_hap1_hap2.bed. For the third file 11_hap1_hap2.bed, it contained 5206 intervals same with the intersection part of the Venn diagram that were found in both A and B, right? But it was strange that when I use BEDtools with command line bedtools intersect -a hap1.bed -b hap2.bed
, there were 5773 records in the result file.
How to explain the the difference?
Metadata
Metadata
Assignees
Labels
No labels