View source: R/utility_functions.R
getExpressingCells | R Documentation |
Get cells that express query gene above specified threshold
getExpressingCells(so, query, expression.threshold = 0, which.data = "data")
so |
Seurat Object |
query |
Query gene. A character. |
expression.threshold |
Numeric. Return cells that express query above threshold value. Default is 0. |
which.data |
Seurat data slot ("data", "scale") |
Character vector of cell barcodes/ids
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.