flDtwMain: Wrapper function to carry out DDTW for flowLearn.

Description Usage Arguments Value Examples

Description

Wrapper function to carry out Derivative Dynamic Time Warping for flowLearn. It uses Derivative DTW with a DTW specific step pattern, which is "typeIds" from the dtw package.

Usage

1
flDtwMain(densA, densB, ...)

Arguments

densA

The first density object, such as from R's density function.

densB

The second density object, such as from R's density function.

...

Optional parameters given to dtw::dtw

Value

The Derivative Dynamic Time Warping object from the dtw package.

Examples

1
2
3
dd <- flFind(flSampleDensdat, population = 'cd3tcell', channelIdx = 1)
dtwObj <- flDtwMain(flGetDensity(flAt(dd, 1)), flGetDensity(flAt(dd, 2)))
plot(dtwObj)

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