GroupSim_Jaccard

GroupSim_Jaccard(
  dag,
  group1,
  group2,
  universe = NULL,
  verbose = simona_opt$verbose
)

Methods

GroupSim_Jaccard

Say A is the set of items annotated to terms in group1 and B is the set of items annotated to group2. This is the Jaccard coeffcient between two sets.

The universe/background can be set via control = list(universe = ...).