Learn R Programming

Seurat (version 4.1.0)

AddAzimuthScores: Add Azimuth Scores

Description

Add mapping and prediction scores from Azimuth to a Seurat object

Usage

AddAzimuthScores(object, filename)

Arguments

object

A Seurat object

filename

Path to Azimuth mapping scores file

Value

object with the mapping scores added

Examples

Run this code
# NOT RUN {
object <- AddAzimuthScores(object, filename = "azimuth_pred.tsv")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab