Add a covariate bar to a NGCHM.
Source:R/allGenerics.R
, R/allMethods.R
chmAddCovariateBar-method.Rd
Add a covariate bar to a Next Generation Clustered Heat Map (NGCHM) and return the extended CHM. If passed a covariate, a covariate bar will be created (using any optional parameters supplied) and added.
Usage
chmAddCovariateBar(chm, where, covar, ...)
# S4 method for class 'ngchm,character,ngchmBar'
chmAddCovariateBar(chm, where, covar)
# S4 method for class 'ngchm,character,ngchmCovariate'
chmAddCovariateBar(chm, where, covar, ...)
# S4 method for class 'ngchm,character,list'
chmAddCovariateBar(chm, where, covar, ...)