powered by
Initialize circular heatmaps
circos.heatmap.initialize(mat, split = NULL, cluster = TRUE, clustering.method = "complete", distance.method = "euclidean", dend.callback = function(dend, m, si) reorder(dend, rowMeans(m)))
A matrix or a vector. The vector is transformed as a one-column matrix.
A categorical variable. It splits the matrix into a list of matrices.
whether to apply clustering on rows.
Clustering method, pass to hclust.
hclust
Distance method, pass to dist.
dist
A callback function that is applied to the dendrogram in every sector.
# NOT RUN { # There is no example NULL # }
Run the code above in your browser using DataLab