Description Usage Arguments Value
.updateAssaySCE Update/Modify/Add an assay in the provided SingleCellExperiment object from a Seurat object
1 2 3 4 5 6 7 | .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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.