What is a UMAP plot?

Single-cell papers often show their data in the shape of the UMAP plot. What is it?

Single-cell RNA sequencing gives researchers access to thousands of gene expression counts for thousands of individual cells. When each cell has so many features to consider, it can be daunting to make biologically sound observations. That’s why data analysts have tools to visualize complex data in comprehensible ways. One of the most common tools is uniform manifold approximation and projection (UMAP).

UMAP was not the first method to be broadly applied to single-cell data visualization. That honor goes to t-SNE, which we wrote about before (find it here and here). Yet since its publication in 2018, UMAP has rapidly become the most-used method by single-cell data analysts. Mainly due to its computational speed and scalability to large datasets, it is now widely considered the gold standard for visualizing single-cell data.

This blog fills you in on the ideas behind UMAP that are important for single-cell RNA sequencing. It answers the following questions:

  1. What is UMAP?
  2. What’s the goal of UMAP in single-cell research?
  3. How does the UMAP algorithm work?
  4. What does the number of neighbors parameter do?
  5. What does the name UMAP mean?
  6. UMAP vs t-SNE: which is better?

 

What is UMAP?

UMAP is an algorithm that takes a high-dimensional dataset (such as a single-cell RNA dataset) and reduces it to a low-dimensional plot that retains much of the original information.

Most, if not all, single-cell RNA sequencing datasets contain thousands of gene expression counts per individual cell. This is reduced to two or three dimensions so that each cell gets a location on a two or three-dimensional plot: a UMAP plot.

What’s the goal of UMAP in single-cell research?

The goal of UMAP in single-cell studies is to place similar cells together and different cells further apart on a 2D or 3D plot. In the end, the shapes of the cells in a 2D or 3D plot aim to capture the similarities between cells in high-dimensional space.

Single-cell RNA sequencing datasets are so vast and multidimensional that, as a researcher, you cannot just try to find a biologically meaningful pattern by reading through your millions of data points. UMAP is designed to help visualize the information so that you can more easily see and showcase patterns in your data. This way, dots that form clusters on a UMAP plot can be potentially interpreted as separate cell (sub)types.

Still, since UMAP is only a visualization method, hypotheses made from UMAP plot observations must be verified with other tests. The goal of UMAP is not to prove similarities between cells.

You can see how UMAPs are applied in single-cell research in our example data reports.

Study an example Exploratory Data Report

For a real-data example of our single-cell exploratory data report linking count tables to visualizations in t-SNE and UMAP.

Get A Report 

How does the UMAP algorithm work?

Broadly speaking, the UMAP algorithm learns the underlying manifold, or shape, of a high-dimensional dataset to place similar cells together in a low-dimensional plot. If you know how t-SNE works, you'll find UMAP to be very similar in its essentials.

A 3D plot shows data points in the complex manifold, or shape. of a Swiss role. A dotted line marks the shortest distance to connect two point. A solid line shows the distance between two points as it takes into account the data's manifold, i.e. the Swiss role–shape. by learning the manifold, or shape, of the high-dimensional dataset, the t-SNE algorithm calculates the correct distance (solid line) between points in complex patterns, instead of its linear distance (dashed line).
By learning the manifold, or shape, of the high-dimensional dataset, the UMAP algorithm calculates the correct distance (solid line) between points in complex patterns instead of its linear distance (dashed line).

The UMAP algorithm works in two stages:

Stage 1: High-dimensional space

  1. The UMAP algorithm determines the similarities between cells in the original, high-dimensional dataset.

Stage 2: Low-dimensional plot

  1. The UMAP algorithm projects the cells as points on a low-dimensional plot
  2. The UMAP algorithm then determines the similarities between points in the low-dimensional dataset
  3. Finally, it moves the projected points around step by step until the similarities between points in the low-dimensional dataset resemble the similarities between cells in the original dataset. It forces one to a couple of points each time, which helps it scale well with extra-large datasets. This step includes a random component, so every time you make a UMAP of the same dataset, it can look slightly different.

Simple explanation of how the UMAP algorithm works by determining similarities in high-dimensions, then changing a low-dimensional plot point by point until its similarities capture high-dimensional similarities.
The UMAP algorithm, explained.

Defining the most essential UMAP parameter

There is an important user-defined parameter at UMAP stage 1 (when determining the similarities between cells in the high-dimensional dataset). This is the number of neighbors. It controls how many neighboring cells the UMAP algorithm compares each cell with. This effectively changes the balance UMAP holds between local structure and global structure.

Changing the number of neighbors affects how you visualize large single-cell datasets. Generally speaking, a relatively low number of neighbors results in small, more separated clusters. With low numbers of neighbors, UMAP tips the balance more to local structure. In contrast, a relatively high number of neighbors causes UMAP to focus more on retaining the global structure of the data. The result can be that you can start to see a global pattern in the data—for example, the development pathway of a group of cells.

It’s always worthwhile to try different values for the number of neighbors to see what gives the most biologically meaningful result with a particular dataset.

What does the name UMAP mean?

UMAP stands for Uniform Manifold Approximation and Projection. You can dissect it as follows:

  • Uniform refers to a mathematical assumption UMAP uses. It assumes that all data points distribute evenly across the manifold. In reality, this is almost never the case. So, the consequence of this assumption is that the points are uniformly distributed, but the space between the points is artificially warped. Hence, the distance across the manifold varies. UMAP uses this distance to calculate the similarities between cells.
  • Manifold means the shape of the data points. UMAP learns that shape to determine the similarities between cells.
  • Approximation refers to the fact that the algorithm should approximate the data’s manifold, or shape, to determine similarities between cells.
  • Projection happens after the cells’ similarities are determined. UMAP projects the cells as points on a 2D or 3D plot. Then, it moves the points around until the 2D or 3D plot captures the similarities of the high-dimensional data.

UMAP vs. t-SNE: which is better?

How the algorithms compare

The UMAP and t-SNE algorithms are seen as very similar. Both are manifold-learning algorithms. Both have a stochastic step. For single-cell RNA sequencing data, both try to reduce the dimensionality of the data by calculating the similarities between cells. Both then optimize a low-dimensional graph that captures those similarities. However, UMAP relies on several mathematical insights that give it a more solid footing and accelerate its calculations. This makes UMAP scale better with bigger datasets.

To dive deep into the math differences between both methods, read this blog.

An example UMAP and t-SNE visualization of the same dataset
Example t-SNE and UMAP plots of the same single-cell RNA sequencing dataset.

How the results compare

Compared to t-SNE, UMAP is usually more accurate in preserving the global structure of the data. Both algorithms can accurately group similar cells together, yet UMAP better tracks how much these groups differ from each other.

This means that the global positions of cell clusters are potentially more meaningful in UMAP (if used correctly) than in t-SNE plots. On the other hand, local differences are potentially better preserved on a t-SNE plot (if used correctly).

 

We always deliver single-cel sequencing data in UMAP and tSNE plots. See how they compare in a real-world example in our data report

Download a report

 

Which is better: UMAP or t-SNE?

We believe that choosing UMAP over t-SNE, or vice versa, depends on the research question, the nature of the data, and the researcher’s preference. The best tool is the one most suited for the task at hand.

Also, you may need more than one plot. The best practice is to visualize your data with both methods, run both methods with various parameters, and run them more than once with the same parameters to detect the effect of randomness on the results. All the while scrutinizing the results from a biological perspective: does the plot still make sense? Ask what hypotheses you can construct from the visualization, then rigorously test those hypotheses with experiments.

Further reading

With the online paper Understanding UMAP, you can practice and interactively learn how UMAP behaves with simple examples.

If you want to dig deeper into the mechanisms of UMAP or start working on an example, we can recommend the following papers and web pages.

  • Get to know the mathematical ideas behind UMAP with this blog or this tutorial video.
  • UMAP was first published by Leland McInnes, John Healy, and James Melville in 2018. You can read the original paper on ArXiv. You can find a GitHub collection page for all stuff UMAP hosted by McInnes here.
  • To apply UMAP on single-cell data, you can follow the guided clustering tutorial with Seurat for the R programming language or this tutorial on creating UMAP plots for Python.

 

PREVIOUS: WHAT DOES A TSNE BLOG SHOW? Next: How We Identify a Cell

Get a single-cell data report