#' ks.myclust
#'
#' Helper in heatmap creation. Which method of cultering should be used?
#'
#' @export
ks.myclust=function(c) {hclust(c,method="average")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.