R/group_sim.R
temp__GroupSim_SimGIC.Rd
GroupSim_SimGIC
GroupSim_SimGIC( dag, group1, group2, IC_method = NULL, verbose = simona_opt$verbose )
Denote A and B as the two sets of ancestors terms of terms in group1 and group2 respectively, the SimGIC is:
A
B
group1
group2
group_sim = sum_{x in intersect(A, B)}(IC(x))/sum_{x in union(A, B)}(IC(x))
IC method can be set via control = list(IC_method = ...).
control = list(IC_method = ...)