chmAxis: Create a new Axis for adding to an NG-CHM.

View source: R/functions.R

chmAxisR Documentation

Create a new Axis for adding to an NG-CHM.

Description

This function creates a new Axis for adding to a Next Generation Clustered Heat Map. You can specify any axis name here, but chmAdd only accepts row, column, and both.

Usage

chmAxis(axis, ...)

Arguments

axis

The name of the axis

...

Objects to add to the axis

Value

An object of class 'ngchmAxis' representing the newly created axis.

See Also

chmAdd()

Examples

x_axis <- chmAxis('row')
y_axis <- chmAxis('col')


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