Function to estimate how much two list of genes overlap by looking how much of the nodes are shared. Calculates the Dice similarity
Value
A score between 0 and 1 calculated as the double of the proteins shared by g1 and g2 divided by the number of genes in both groups.
See also
Used for geneSim()
, see conversions()
help
page to transform Dice score to Jaccard score.