NeatMap--non-clustering heat map alternatives in R

Satwik Rajaram1, Yoshi Oono

  • 1Department of Physics, University of Illinois at Urbana-Champaign, 1110 W. Green Street, Urbana, IL 61801-3080, USA. satwik.rajaram@utsouthwestern.edu

BMC Bioinformatics
|January 26, 2010
PubMed
Summary

NeatMap is a new R package that enhances genomic data visualization by combining dimension reduction with heat map-like displays. It offers a more informative alternative to traditional clustered heat maps, preserving data topology and relationships.

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 values—of a sample...
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 atoms and...
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:
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...