ProcessSingle: Load and filter single file info entry

Description Usage Arguments Value Examples

View source: R/fcs_processing.R

Description

Load and filter single file info entry

Usage

1
2
ProcessSingle(file.entry, selected.channels, trans = "logicle",
  remove_margins = TRUE, ...)

Arguments

file.entry

File info row from a file matrix.

selected.channels

Marker names selected from flowframe.

trans

String name for transformation function.

remove_margins

Boolean for removal of events with 0 or maximum values.

Value

File row or NULL if marker name not in flowframe.

Examples

1
t = ProcessSingle(files[[1]],selection)

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