remove.pop | R Documentation |
fcs.SCE
object —> DEPRECATED soon! (see updated tutorial)It removes one or multiple cell populations from a fcs.SCE
object.
remove.pop(fcs.SCE, population, clusters.named)
fcs.SCE |
A |
population |
Name(s) of cell population(s) to be removed. |
clusters.named |
Column name from the |
## Not run:
fcs_rm <- remove.pop(fcs, clusters.named = "SOM_named",
population = c("debris", "unclassified"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.