Run clustering in C++ backend
runRichCluster(
terms,
geneIDs,
distanceMetric,
distanceCutoff,
linkageMethod,
linkageCutoff
)A list containing the clustering results with the following components:
A numeric matrix containing pairwise distances between terms based on gene similarity
A data frame with columns 'Cluster' (cluster ID) and 'TermIndices' (comma-separated indices of terms in each cluster)
The hierarchical clustering dendrogram structure from the agglomerative clustering process
Character vector of term names
Character vector of geneIDs
e.g. "kappa"
numeric between 0 and 1
e.g. "average"
numeric between 0 and 1