tagHeatmap | R Documentation |
plot the heatmap of tagMatrix
tagHeatmap(
tagMatrix,
xlab = "",
ylab = "",
title = NULL,
palette = "RdBu",
nrow = NULL,
ncol = NULL
)
tagMatrix |
tagMatrix or a list of tagMatrix |
xlab |
xlab |
ylab |
ylab |
title |
title |
palette |
palette to be filled in,details see scale_colour_brewer |
nrow |
the nrow of plotting a list of peak |
ncol |
the ncol of plotting a list of peak |
figure
G Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.