chmRowOrder-method: Set the row order of data shown in a NGCHM.

chmRowOrder<-R Documentation

Set the row order of data shown in a NGCHM.

Description

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

Usage

chmRowOrder(chm) <- value

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

Arguments

chm

The chm for which to set the row order.

value

An ordering of the row 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

"chmColOrder<-"


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