UpdateSeuratObject: Update old Seurat object to accommodate new features

View source: R/seurat.R

UpdateSeuratObjectR Documentation

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)

Arguments

object

Seurat object

Value

Returns a Seurat object compatible with latest changes

Examples

## Not run: 
updated_seurat_object = UpdateSeuratObject(object = old_seurat_object)

## End(Not run)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.