.updateAssaySCE {singleCellTK} | R Documentation |
.updateAssaySCE Update/Modify/Add an assay in the provided SingleCellExperiment object from a Seurat object
.updateAssaySCE( inSCE, seuratObject, assaySlotSCE, seuratDataSlot = "counts", seuratAssaySlot = "RNA" )
inSCE |
Input SingleCellExperiment object |
seuratObject |
Input Seurat object |
assaySlotSCE |
Selected assay to update in the input SingleCellExperiment object |
seuratDataSlot |
Selected data slot from the Seurat object. Default |
seuratAssaySlot |
Selected assay from Seurat object. Default |
A SingleCellExperiment object with data from Seurat object appended to the assay slot.