reconstruct_kmedoid {MultIS} | R Documentation |
Calculate the k-medoids clustering for a given time course.
Description
Calculate the k-medoids clustering for a given time course.
Usage
reconstruct_kmedoid(
readouts,
target_communities,
sim = MultIS::get_similarity_matrix(readouts = readouts, self = 0, upper = TRUE)
)
Arguments
readouts |
The time course for which to find clusters. |
target_communities |
The number of clusters to cluster for. |
sim |
A similarity matrix for the time course. |
Value
A matrix with two columns: "Clone" and "IS".
[Package MultIS version 0.6.2 Index]