powered by
Show for each cluster from kmeans analysis the sample names belonging to them.
kmeans_result_df(kmeans.result)
object of class kmeans with the clustering results.
Data frame with the clusters and the samples' names that belong to each one.
# NOT RUN { ## Example of showing kmeans cluster's members kmeans.result = kmeans_clustering(cachexia, num.clusters = 4, type = "samples") kmeans_result_df(kmeans.result) # }
Run the code above in your browser using DataLab