View source: R/InterCellDBclass.R
ReplaceClusterName | R Documentation |
This is function is to change the names of cell clusters.
ReplaceClusterName(object, cluster.names.current, cluster.names.replace)
object |
A |
cluster.names.current |
The currently used name of cell clusters. |
cluster.names.replace |
The new used name of cell clusters. |
A InterCell
object.
## Not run:
ReplaceClusterName(object, "Macrophage", "Myeloid")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.