About 50,700 results
Open links in new tab
  1. What is a UMAP plot? - Single Cell Discoveries

    Jan 20, 2023 · What is a UMAP plot and how to interpret it in single-cell data analysis. Learn the significance of UMAP in visualizing and understanding datasets.

  2. UMAP: Uniform Manifold Approximation and Projection

    Jul 3, 2024 · Developed by Leland McInnes, John Healy, and James Melville, UMAP is built on solid mathematical foundations, including Riemannian geometry and algebraic topology. This …

  3. Easy UMAP – explained with an example - biostatsquid.com

    In summary, UMAP is a dimensionality reduction algorithm which allows us to visualise high-dimensional data in a 2D plot. It does it by modelling each high-dimensional object by a two- or …

  4. What is a UMAP? - Allen Institute

    The graphic below explains in detail how scientists gather transcriptomic data and represent it via a UMAP. Now that we know what UMAPs represent, we can discuss how they are constructed.

  5. How to Use UMAPumap 0.5.8 documentation

    We can plot a number of the images to get an idea of what we are looking at. This just involves matplotlib building a grid of axes and then looping through them plotting an image into each …

  6. How to make UMAP plot in R - Data Viz with Python and R

    Aug 10, 2025 · This guide will show you not only how to create beautiful UMAP plots in R with ggplot2, but also how to interpret them to uncover meaningful insights in your data.

  7. UMAP Plot: Dimensionality Reduction and Visualization Analysis …

    Uncover patterns in high-dimensional data using UMAP. This guide covers its principles, advantages, and practical coding steps for visual analysis.

  8. How Does UMAP Dimensionality Reduction Work? - Baeldung

    Sep 9, 2024 · Learn how UMAP (Uniform Manifold Approximation and Projection) works and how to interpret UMAP plots.

  9. A Practical Guide to Implementing UMAP for Data Analysis

    Mar 13, 2025 · Learn step-by-step instructions for applying Uniform Manifold Approximation and Projection (UMAP) to perform effective data analysis and uncover hidden patterns within …

  10. t-SNE and UMAP projections in Python - Plotly

    Detailed examples of t-SNE and UMAP projections including changing color, size, log axes, and more in Python.