bedtools2 icon indicating copy to clipboard operation
bedtools2 copied to clipboard

Two Errors in Infographic for jaccard function

Open keksundso opened this issue 1 year ago • 0 comments

The infographic defines the Jaccard(A,B) = length(Intersion)/[ length(Union) - length(Intersection) ] this differs to the standard defintion of the jaccard index with Jaccard(A,B) = length(Intersection)/ length(Union)

  1. The definition of Union is not consistent with how it is used in the text, by the tool itself (when it reports the results in the command line) and other sources, where it already represents: length(Total) - length(Intersection)
  2. Intersection is written as Intersion

keksundso avatar Aug 09 '24 09:08 keksundso