Subsample from a sce object

subsample(sce, key = NULL, proportion = 0.1, minCellNum = 50, seed = 5202056)

Arguments

sce

SCE object to be sampled from

key

Required for stratefied subsampling

proportion

Proportion of cells to sample

minCellNum

Minimum number of cells in each category

seed

Random seed

Value

A downsized SCE object