Description Usage Arguments Value
Creates a Seurat object containing only a subset of the cells in the original object. Takes either a list of cells to use as a subset, or a parameter (for example, a gene), to subset on.
1 2 | FilterCells(object, subset.names, low.thresholds, high.thresholds,
cells.use = NULL)
|
object |
Seurat object |
subset.names |
Parameters to subset on. Eg, the name of a gene, PC1, a column name in object@meta.data, etc. Any argument that can be retreived using FetchData |
low.thresholds |
Low cutoffs for the parameters (default is -Inf) |
high.thresholds |
High cutoffs for the parameters (default is Inf) |
cells.use |
A vector of cell names to use as a subset |
Returns a Seurat object containing only the relevant subset of cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.