subset,SingleCellAssay-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.