cluster_filterset: A filtration of clusters

Description Usage Arguments Value Examples

View source: R/cluster-testing.R

Description

Return clusters that match all provided conditions

Usage

1
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

1
cluster_filterset(min_number = 1, min_freq = 0)

CellaRepertorium documentation built on Nov. 8, 2020, 7:48 p.m.