heatmap for set of cells on nblast anatomy distance
heatmap_anatomy(x, col = jet.colors(20), labRow = NULL, labCol = NULL, ColSideColors, RowSideColors, heatmapfun = heatmap, ...)
| x | A score matrix calculated by
|
|---|---|
| col | Character vector of colour levels generated by a colour palette
function such as |
| labRow | character vectors with row and column labels to
use; these default to |
| labCol | character vectors with row and column labels to
use; these default to |
| ColSideColors | (optional) character vector of length |
| RowSideColors | (optional) character vector of length |
| heatmapfun | Which heatmap function to use. There are many besides the
default |
| ... | additional arguments passed on to |