#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.