Description Usage Arguments Value
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.
1 2 3 4 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.