chmColOrder-method: Set the column order of data shown in a NGCHM.

chmColOrder<-R Documentation

Set the column order of data shown in a NGCHM.

Description

Set the order in which columns in the data will be shown in a Next Generation Clustered Heat Map.

Usage

chmColOrder(chm) <- value

## S4 replacement method for signature 'ngchm,optDendrogram'
chmColOrder(chm) <- value

Arguments

chm

The chm for which to set the column order.

value

An ordering of the column labels. If value is NULL, the labels will be displayed in the same order they are found in the first data layer. If value is a character vector, the labels will be displayed in that order. If value is a dendrogram, the labels displayed in the order they occur in a depth first traversal of the tree.

See Also

"chmRowOrder<-"


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.