Create a Seurat object compatible with Azimuth.
AzimuthReference(
object,
refUMAP = "umap",
refDR = "spca",
refAssay = "SCT",
dims = 1:50,
k.param = 31,
plotref = "umap",
plot.metadata = NULL,
ori.index = NULL,
colormap = NULL,
assays = NULL,
metadata = NULL,
reference.version = "0.0.0",
verbose = FALSE
)
Seurat object
Name of UMAP in reference to use for mapping
Name of DimReduc in reference to use for mapping
Name of SCTAssay to use in reference
Dimensions to use in reference neighbor finding
Defines k for the k-nearest neighbor algorithm
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.
Index of the cells used in mapping in the original object on which UMAP was run. Only need to provide if UMAP was run on different set of cells.
A list of named and ordered vectors specifying the colors and levels
for the metadata. See CreateColorMap
for help
generating your own.
Assays to retain for transfer
Metadata to retain for transfer
Version of the Azimuth reference
Display progress/messages
Returns a Seurat object with AzimuthData stored in the tools slot for use with Azimuth.