filter {scater} | R Documentation |
SingleCellExperiment
with cells matching conditions (deprecated).Subsets the columns (cells) of a SingleCellExperiment
based on
matching conditions in the rows of colData(object)
.
filter(object, ...) ## S4 method for signature 'SingleCellExperiment' filter(object, ...)
object |
A |
... |
Additional arguments to be passed to |
Refer to https://github.com/sa-lee/plyexperiment for replacement functionality.
An SingleCellExperiment object.