Learn R Programming

SingleCellAssay (version 0.80)

subset,SingleCellAssay-method: Subset a SingleCellAssay by data in cellData

Description

Subset a SingleCellAssay by data in cellData

Usage

# S4 method for SingleCellAssay
subset(x, thesubset, ...)

Arguments

x

SingleCellAssay

thesubset

expression, which when evaluated in cellData environment which returns a logical

...

further arguments to be passed to or from other methods.

Examples

Run this code
# NOT RUN {
data(vbetaFA)
subset(vbetaFA, ncells==1)
# }

Run the code above in your browser using DataLab