Obtain the range of values to downsample at (either for individuals, or mean number of cells per individual)

downsampling_range(data, sampled = "individuals", sampleID = "Donor.ID")

Arguments

data

the input data (should be an SCE object)

sampled

downsampling carried out based on what (either "individuals" or "cells")

sampleID

sample ID

Value

list containing values which the data will be downsampled at, in ascending order