GroupSim_SimUIC

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

Methods

GroupSim_SimUIC

Similar as GroupSim_SimGIC, it is calculated as:

group_sim = sum_{x in intersect(A, B)}(IC(x))/max(sum_{x in A}(IC(x)), sum_{x in B}(IC(x)))

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