Learn R Programming

Seurat (version 5.0.3)

AddAzimuthResults: Add Azimuth Results

Description

Add mapping and prediction scores, UMAP embeddings, and imputed assay (if available) from Azimuth to an existing or new Seurat object

Usage

AddAzimuthResults(object = NULL, filename)

Value

object with Azimuth results added

Arguments

object

A Seurat object

filename

Path to Azimuth mapping scores file

Examples

Run this code
if (FALSE) {
object <- AddAzimuthResults(object, filename = "azimuth_results.Rds")
}

Run the code above in your browser using DataLab