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)
}

Try the genomation package in your browser

Any scripts or data that you put into this service are public.

genomation documentation built on Nov. 8, 2020, 5:21 p.m.