Description Usage Arguments Value
Returns a list of cells that match a particular set of criteria such as identity class, high/low values for particular PCs, ect..
1 2 3 |
object |
Seurat object |
ident |
Identity class to subset. Default is all identities. |
cells.use |
Subset of cell names |
subset.name |
Parameter to subset on. Eg, the name of a gene, PC1, a column name in object@data.info, etc. Any argument that can be retreived using FetchData |
accept.low |
Low cutoff for the parameter (default is -Inf) |
accept.high |
High cutoff for the parameter (default is Inf) |
max.cells.per.ident |
Can be used to downsample the data to a certain max per cell ident. Default is inf. |
random.seed |
Random seed for downsampling |
A vector of cell names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.