Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mclusterSim

mclusterSim


Description

Pairwise semantic similarity for a list of gene clusters

Usage

mclusterSim(clusters, measure = "Wang", combine = "BMA")

Arguments

clusters

A list of gene clusters

measure

one of "Wang", "Resnik", "Rel", "Jiang", and "Lin".

combine

One of "max", "avg", "rcmax", "BMA" methods, for combining semantic similarity scores of multiple DO terms associated with gene/protein.

Value

similarity matrix

Author(s)

Yu Guangchuang

Examples

cluster1 <- c("835", "5261","241")
cluster2 <- c("578","582")
cluster3 <- c("307", "308", "317")
clusters <- list(a=cluster1, b=cluster2, c=cluster3)
mclusterSim(clusters, measure="Wang")

DOSE

Disease Ontology Semantic and Enrichment analysis

v3.16.0
Artistic-2.0
Authors
Guangchuang Yu [aut, cre], Li-Gen Wang [ctb], Vladislav Petyuk [ctb], Giovanni Dall'Olio [ctb], Erqiang Hu [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.