clust.rm | R Documentation |
This function removes the cells from a designated cluster. Notice the cells will be removed from the main data (raw data would still have the original data).
clust.rm(x = NULL, clust.to.rm = "numeric")
x |
A data frame containing gene counts for cells. p@param clust.to.rm The name of the cluster to be removed. |
An object of class scSeqR
## Not run: my.obj <- clust.rm(my.obj, clust.to.rm = 5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.