change.clust | R Documentation |
This function re-names the clusters in the best.clust slot of the scSeqR object.
change.clust(x = NULL, change.clust = 0, to.clust = 0, clust.reset = F)
x |
An object of class scSeqR. |
change.clust |
The name of the cluster to be changed. |
to.clust |
The new name for the cluster. |
clust.reset |
Reset to the original clustering. |
An object of class scSeqR.
## Not run: my.obj <- change.clust(my.obj, change.clust = 3, to.clust = 1) my.obj <- change.clust(my.obj, change.clust = 2, to.clust = "B Cell") my.obj <- change.clust(my.obj, clust.reset = T) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.