Return clusters that match all provided conditions

cluster_filterset(min_number = 0, min_freq = 0, white_list = NULL)

Arguments

min_number

integer At least this many cells

min_freq

numeric At least this frequency

white_list

data.frame keyed by cluster_pk that must match

Value

object representing the filtration (currently a list)

Examples

cluster_filterset(min_number = 1, min_freq = 0)