sc3_kmeans {SC3} | R Documentation |
kmeans
clustering of cells.This function performs kmeans
clustering of the matrices
contained in the transformations
item of the sc3
slot of the metadata(object)
. It then
creates and populates the following items of the sc3
slot:
kmeans
- contains a list of kmeans clusterings.
sc3_kmeans.SingleCellExperiment(object, ks) ## S4 method for signature 'SingleCellExperiment' sc3_kmeans(object, ks = NULL)
object |
an object of |
ks |
a continuous range of integers - the number of clusters |
an object of SingleCellExperiment
class