AddAzimuthScores {Seurat} | R Documentation |
Add Azimuth Scores
Description
Add mapping and prediction scores from Azimuth to a
Seurat
object
Usage
AddAzimuthScores(object, filename)
Arguments
object |
A |
filename |
Path to Azimuth mapping scores file |
Value
object
with the mapping scores added
Examples
## Not run:
object <- AddAzimuthScores(object, filename = "azimuth_pred.tsv")
## End(Not run)
[Package Seurat version 5.1.0 Index]