powered by
Splits a SingleCellAssay into a SCASet by a factor (or something coercible into a factor) or a character giving a column of the melted SingleCellAssay
SingleCellAssay
SCASet
# S4 method for SingleCellAssay split(x, f, drop = FALSE, ...)
length-1 character or factor of length nrow(x)
# NOT RUN { data(vbetaFA) split(vbetaFA, 'ncells') fa <- as.factor(cData(vbetaFA)$ncells) split(vbetaFA, fa) # }
Run the code above in your browser using DataLab