GroupSim_SimDIC

GroupSim_SimDIC(
  dag,
  group1,
  group2,
  IC_method = NULL,
  verbose = simona_opt$verbose
)

Methods

GroupSim_SimDIC

Similar as GroupSim_SimGIC, it calculates the Dice coeffcient:

group_sim = 2*sum_{x in intersect(A, B)}(IC(x))/(sum_{x in A}(IC(x)) + sum_{x in B}(IC(x)))

IC method can be set via control = list(IC_method = ...).