.addSeuratToMetaDataSCE {singleCellTK} | R Documentation |
.addSeuratToMetaDataSCE Adds the input seurat object to the metadata slot of the input sce object (after removing the data matrices)
.addSeuratToMetaDataSCE(inSCE, seuratObject)
inSCE |
(sce) object to which seurat object should be added in the metadata slot (copy to) |
seuratObject |
seurat object which should be added to the metadata slot of sce object (copy from) |
Updated SingleCellExperiment
object which now contains the
seurat object in its metadata slot (excluding data matrices)