heatmaply: an R package for creating interactive cluster heatmaps for online publishing

Tal Galili1, Alan O'Callaghan2, Jonathan Sidi3

  • 1Department of Statistics and Operations Research, Tel Aviv University, Tel Aviv 6997801, Israel.

Summary

The R package heatmaply creates interactive heatmaps for easy online sharing. Users gain refined control over statistical and visual heatmap aspects for enhanced data visualization.

Related Concept Videos

Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
375
Scatter Plot01:15

Scatter Plot

The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
12.3K
The R Chart01:02

The R Chart

In statistical process control, control charts, particularly R charts, are instrumental in monitoring process variations and identifying non-random patterns that run charts might miss. R charts track the variability within process subgroups, which is crucial when standard deviation use is impractical or unknown process variations exist.
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
441
Quantifying Heat02:46

Quantifying Heat

Thermal Energy Microscopically, thermal energy is the kinetic energy associated with the random motion of atoms and molecules. Temperature is a quantitative measure of “hot” or “cold”, which depends on the amount of thermal energy. When the atoms and molecules in an object are moving or vibrating quickly, they have a higher average kinetic energy (KE) (or higher thermal energy), and the object is perceived as “hot”, or it is described as being at a higher temperature. When the...
62.5K
Cluster Sampling Method01:20

Cluster Sampling Method

Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
15.0K
Modified Boxplots00:57

Modified Boxplots

A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
11.3K