| subset,SingleCellAssay-method {MAST} | R Documentation |
SingleCellAssay by cells (columns)Evaluates the expression in ... in the context of colData(x) and returns a subsetted version of x
## S4 method for signature 'SingleCellAssay' subset(x, ...)
x |
|
... |
expression |
SingleCellAssay
data(vbetaFA) subset(vbetaFA, ncells==1)