AddAzimuthResults {Seurat} | R 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 |
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)
[Package Seurat version 5.1.0 Index]