Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

ArchR (version 1.0.0)

getEmbedding: Get embedding information stored in an ArchRProject

Description

This function gets an embedding (i.e. UMAP) from a given ArchRProject.

Usage

getEmbedding(ArchRProj = NULL, embedding = "UMAP", returnDF = TRUE)

Arguments

ArchRProj

An ArchRProject object.

embedding

The name of the embeddings object (i.e. UMAP, TSNE see embeddingOut of the addEmbeddings() function) to retrieve from the designated ArchRProject.

returnDF

A boolean value indicating whether to return the embedding object as a data.frame. Otherwise, it will return the full embedding object.