Skip to content

Disagreement between Intervene and BEDtools #62

@lovelycatZ

Description

@lovelycatZ

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions