bdm.wtt: Watertrack transform (WTT)

View source: R/bdm_main.R

bdm.wttR Documentation

Watertrack transform (WTT)

Description

Starts the WTT algorithm (third setp of the mapping protocol).

Usage

bdm.wtt(bdm, layer = 1)

Arguments

bdm

A bdm data mapping instance.

layer

The ptSNE output layer. Default value is layer = 1.

Details

This function requires the up-stream step bdm.pakde().

Value

A bdm data mapping instance.

Examples


# --- load mapped dataset
bdm.example()
# --- perform WTT
m <- bdm.wtt(ex$map)
# --- plot WTT output
bdm.wtt.plot(m)

jgarriga65/bigMap documentation built on June 10, 2024, 7:05 a.m.