Add mapping and prediction scores from Azimuth to a Seurat object

AddAzimuthScores(object, filename)

Arguments

object

A Seurat object

filename

Path to Azimuth mapping scores file

Value

object with the mapping scores added

Examples

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