RemoveMarginal: Remove marginal cells

Description Usage Arguments Value Examples

View source: R/fcs_processing.R

Description

Removes all events with at least one border value. The border is defined via the parameter range or as the min/max of the dataset.

Usage

1
RemoveMarginal(flow_entry, lower = TRUE, upper = TRUE, ...)

Arguments

flow_entry

Flow data with loaded fcs slot.

lower

Boolean to enable lower boundary filtering.

upper

Boolean to enable upper boundary filtering.

Value

Flow entry with marginal events removed.

Examples

1
RemoveMarginal(testflow)

xiamaz/flowProc documentation built on May 14, 2019, 2:01 a.m.