chmProperties: Create NG-CHM Properties

View source: R/functions.R

chmPropertiesR Documentation

Create NG-CHM Properties

Description

This function creates one or more NG-CHM (Next-Generation Clustered Heat Map) properties.

Usage

chmProperties(...)

Arguments

...

Named arguments representing the properties to be created. Each argument should be a single value of type character, double, integer, or logical.

Value

A list of properties. Each property is represented as a list with two elements: 'label' and 'value'.

See Also

chmAdd()

Examples

# Create three properties: 'prop1', 'prop2', and 'prop3'.
props <- chmProperties(prop1 = "value1", prop2 = 2, prop3 = TRUE)

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