UMAP, short for “Uniform Manifold Approximation and Projection” is a one of the useful dimensionality reduction techniques like tSNE. UMAP is non-linear dimension reduction technique and often used for visualizing high-dimensional datasets. In this tutorial, we will learn how to perform dimensionality reduction using UMAP in R and learn make a UMAP plot using ggplot2… Continue reading How to make UMAP plot in R