.makeHeatmapPlotly | R Documentation |
Create heatmap
.makeHeatmapPlotly(
input,
my.colors,
my.breaks,
x.axis.size,
y.axis.size,
height,
numProtein
)
input |
data.table |
x.axis.size |
size of axes labels, e.g. name of the comparisons in heatmap, and in comparison plot. Default is 10. |
y.axis.size |
size of axes labels, e.g. name of targeted proteins in heatmap. Default is 10. |
height |
height of the saved file. Default is 10. |
numProtein |
For ggplot2: The number of proteins which will be presented in each heatmap. Default is 100. Maximum possible number of protein for one heatmap is 180. For Plotly: use this parameter to adjust the number of proteins to be displayed on the heatmap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.