clusterSim: clusterSim

Description Usage Arguments Details Value Author(s) Examples

Description

semantic similarity between two gene clusters

Usage

1
clusterSim(cluster1, cluster2, measure = "Wang", combine = "BMA")

Arguments

cluster1

a vector of gene IDs

cluster2

another vector of gene IDs

measure

One of "Resnik", "Lin", "Rel", "Jiang" and "Wang" methods.

combine

One of "max", "average", "rcmax", "BMA" methods, for combining

Details

given two gene clusters, this function calculates semantic similarity between them.

Value

similarity

Author(s)

Yu Guangchuang

Examples

1
2
3
## cluster1 <- c("835", "5261","241", "994")
## cluster2 <- c("307", "308", "317", "321", "506", "540", "378", "388", "396")
## clusterSim(cluster1, cluster2, ont="MF", organism="human", measure="Wang")

aiminy/ModifiedDOSE documentation built on May 10, 2019, 7:36 a.m.