DensityData-class: An S4 class to represent density data used by flowLearn.

Description Slots Examples

Description

An S4 class to represent density data used by flowLearn.

Slots

data

A data frame where each row represents a density of a particular channel, together with additional information.

Columns of the data frame are:

- fcs: FCS file of the density.

- population: Analyzed population of the density.

- channelIdx: Identifier of the channel for which the density was calculated.

- <numFeatures> x-values of the density

- <numFeatures> y-values of the density

- gate.low: Lower threshold for this channel (defaults to NaN)

- gate.high: Upper threshold for this channel (defaults to NaN)

numFeatures

Number of used features.

Examples

1
str(flSampleDensdat) # summarizes the sample DensityData object provided by flowLearn

mlux86/flowLearn documentation built on May 29, 2019, 5:43 a.m.