filterCells | R Documentation |
Filter out cells based on variables provided in the parameter variables.
filterCells( object, assay.type = "RNA", variables, thresholds.low, thresholds.high )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
variables |
character list; column names in assay@sampTab of the variables the cells will be filtered on, such as number of detected genes or mitochondrial content. |
thresholds.low |
numeric vector; cells with values lower than the ones provided here are filtered out. |
thresholds.high |
numeric vector; cells with values higher than the ones provided here are filtered out. |
CellRouter object with the rawdata, ndata, and sampTab slots updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.