chmRowOrder<- {NGCHM} | R Documentation |
Set the row order of data shown in a NGCHM.
Description
This function sets the row order for a NG-CHM (Next-Generation Clustered Heat Map) object.
Usage
chmRowOrder(chm) <- value
## S4 replacement method for signature 'ngchm,optDendrogram'
chmRowOrder(chm) <- value
Arguments
chm |
An object of class 'ngchm'. |
value |
An object of class 'optDendrogram' or 'file' specifying the new row 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. |
Value
An updated 'ngchm' object with the new row order.
See Also
"chmColOrder<-"
[Package NGCHM version 1.0.3 Index]