View source: R/functions-core.R
identifyCentroids | R Documentation |
Takes initial list and returns list of cell names representing centroid of cluster
identifyCentroids(ref_clusters)
ref_clusters |
list containing each cluster of interest (each list element is a matrix of dimension num_cells x num_markers) |
Private method (not exported in namespace)
List of names; element i represents the name of the cell in cluster i that is closest to the centroid (arithmetic mean) of cluster i
## Not run:
centroid_names <- identifyCentroids(ref_clusters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.