View source: R/affinityPropagation.R
affinityPropagation | R Documentation |
Use affinity propagation to cluster similar gene sets to reduce redundancy in report.
affinityPropagation(idsInSet, score)
idsInSet |
A list of set names and their member IDs. |
score |
A vector of addible scores with the same length used to assign input preference; higher score has larger weight, i.e. -logP. |
A list of clusters
and representatives
for each cluster.
A list of character vectors of set IDs in each cluster.
A character vector of representatives for each cluster.
Zhiao Shi, Yuxing Liao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.