cluster_filterset {CellaRepertorium}R Documentation

A filtration of clusters

Description

Return clusters that match all provided conditions

Usage

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)

[Package CellaRepertorium version 1.3.1 Index]