View source: R/get_optimal_memberships.R
get_optimal_memberships | R Documentation |
Get a dataframe with the memberships of the samples found in the input data
get_optimal_memberships(object)
object |
An object of class "optimalClustering" |
A dataframe with the memberships of the samples found in the input data
oc.object <- optimalClustering(toy_genes, 4, "spectral")
get_optimal_memberships(oc.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.