Learn R Programming

Seurat (version 5.0.3)

AddAzimuthScores: Add Azimuth Scores

Description

Add mapping and prediction scores from Azimuth to a Seurat object

Usage

AddAzimuthScores(object, filename)

Value

object with the mapping scores added

Arguments

object

A Seurat object

filename

Path to Azimuth mapping scores file

Examples

Run this code
if (FALSE) {
object <- AddAzimuthScores(object, filename = "azimuth_pred.tsv")
}

Run the code above in your browser using DataLab