chmRegisterAxisFunction: Register a predefined Javascript function for use in NGCHM...

View source: R/functions.R

chmRegisterAxisFunctionR Documentation

Register a predefined Javascript function for use in NGCHM Axis menus.

Description

This function registers a Javascript function that will be automatically added to the appropriate axis menu(s) when building a Next Generation Clustered Heat Map for axes that match the function's axis type. This function is intended for use by NGCHM system developers.

Usage

chmRegisterAxisFunction(type, label, fn)

Arguments

type

The axis type required by this function.

label

The name of the axis menu entry to be used for this function.

fn

The Javascript function to register.

Value

None. This function is used for its side effects of registering a new axis function.

See Also

chmAddAxisType()

chmRegisterMatrixFunction()

chmRegisterTypeMapper()

chmNewFunction()


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.