Set the column order of data shown in a NGCHM.
Source:R/allGenerics.R
, R/allMethods.R
chmColOrder-method.Rd
This function sets the column order for a NG-CHM (Next-Generation Clustered Heat Map) object.
Usage
chmColOrder(chm) <- value
# S4 method for class 'ngchm,optDendrogram'
chmColOrder(chm) <- value
Arguments
- chm
An object of class 'ngchm'.
- value
An object of class 'optDendrogram' or 'file' specifying the new column order. 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.