plot heatmap signal
1 2 3 4 5 6 7 8 9 10 11 | plotHeatmap(
my_sample_mats,
my_sample_names = "",
my_site_name = "0",
font_size = 0.75,
my_colors = colorRampPalette(brewer.pal(9, "Blues"))(100),
min_value = 1,
max_value = 7,
my_binning = 10,
smoother = 1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.