dot-makeHeatmapPlotly: Create heatmap

.makeHeatmapPlotlyR Documentation

Create heatmap

Description

Create heatmap

Usage

.makeHeatmapPlotly(
  input,
  my.colors,
  my.breaks,
  x.axis.size,
  y.axis.size,
  height,
  numProtein
)

Arguments

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


MeenaChoi/MSstats documentation built on April 27, 2024, 7:18 p.m.