R/deprecated_defunct.R

Defines functions plotGeneAnnotation

Documented in plotGeneAnnotation

#' @export
plotGeneAnnotation  <- function(l, 
                                cluster=FALSE, 
                                col=c('white','cornflowerblue'))
{
  .Deprecated("heatTargetAnnotation ")
  ## use new function, or remainder of myOldFunc
  heatTargetAnnotation(l,cluster=cluster, col=col,
                         precedence=FALSE,plot=TRUE)
}
BIMSBbioinfo/genomation documentation built on March 13, 2020, 5:28 a.m.