Learn R Programming

SeuratObject (version 5.0.2)

UpdateSeuratObject: Update old Seurat object to accommodate new features

Description

Updates Seurat objects to new structure for storing data/calculations. For Seurat v3 objects, will validate object structure ensuring all keys and feature names are formed properly.

Usage

UpdateSeuratObject(object)

Value

Returns a Seurat object compatible with latest changes

Arguments

object

Seurat object

Examples

Run this code
if (FALSE) {
updated_seurat_object = UpdateSeuratObject(object = old_seurat_object)
}

Run the code above in your browser using DataLab