powered by
Returns a list of cells that match a particular set of criteria such as identity class, high/low values for particular PCs, ect..
WhichCells(object, ident = NULL, ident.remove = NULL, cells.use = NULL, subset.name = NULL, accept.low = -Inf, accept.high = Inf, accept.value = NULL, max.cells.per.ident = Inf, random.seed = 1, ...)
Seurat object
Identity classes to subset. Default is all identities.
Indentity classes to remove. Default is NULL.
Subset of cell names
Parameter 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 cutoff for the parameter (default is -Inf)
High cutoff for the parameter (default is Inf)
Returns all cells with the subset name equal to this value
Can be used to downsample the data to a certain max per cell ident. Default is INF.
Random seed for downsampling
Additional arguments to be passed to FetchData (for example, use.imputed=TRUE)
A vector of cell names
# NOT RUN { WhichCells(object = pbmc_small, ident = 2) # }
Run the code above in your browser using DataLab