Transfers cell-type annotations from a re-annotated subset of a Seurat or SCE object back to the full Seurat or SCE object. This is useful when clusters have been refined or re-labeled in a subset and need to be reflected in the original object.
Examples
sce_data <- readRDS(system.file("extdata", "sce_data.rds", package = "DOtools"))
sce_data <- DO.TransferLabel(sce_data,
sce_data,
annotation_column="annotation",
subset_annotation="annotation"
)