AddAzimuthResults: Add Azimuth Results

View source: R/utilities.R

AddAzimuthResultsR Documentation

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)

Arguments

object

A Seurat object

filename

Path to Azimuth mapping scores file

Value

object with Azimuth results added

Examples

## Not run: 
object <- AddAzimuthResults(object, filename = "azimuth_results.Rds")

## End(Not run)


Seurat documentation built on Nov. 18, 2023, 1:10 a.m.