reorder_clust | R Documentation |
Reorder the clusters from a ClusterSet based on their names
reorder_clust(object, new_order = NULL)
object |
a ClusterSet object. |
new_order |
The names from the clusterSet in an alternative order. |
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
clust_size(pbmc3k_medium_clusters)
new_obj <- reorder_clust(pbmc3k_medium_clusters, new_order = 15:1)
clust_size(pbmc3k_medium_clusters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.