Create an auxiliary AzimuthData
object for storing necessary
info when generating an Azimuth reference.
CreateAzimuthData(
object,
plotref = "umap",
plot.metadata = NULL,
colormap = NULL,
reference.version = "0.0.0"
)
Seurat object
Either the name of the DimReduc in the provided Seurat object to use for the plotting reference or the DimReduc object itself.
A data.frame of discrete metadata fields for the cells in the plotref.
A list of named and ordered vectors specifying the colors and levels
for the metadata. See CreateColorMap
for help
generating your own.
Version of the Azimuth reference
Returns an AzimuthData
object