Add mapping and prediction scores, UMAP embeddings, and imputed assay (if
available)
from Azimuth to an existing or new Seurat
object
AddAzimuthResults(object = NULL, filename)
A Seurat
object
Path to Azimuth mapping scores file
object
with Azimuth results added
if (FALSE) {
object <- AddAzimuthResults(object, filename = "azimuth_results.Rds")
}