Seurat (version 2.3.4)

UpdateSeuratObject: Update old Seurat object to accomodate new features

Description

Updates Seurat objects to new structure for storing data/calculations.

Usage

UpdateSeuratObject(object)

Arguments

object

Seurat object

Value

Returns a Seurat object compatible with latest changes

Examples

Run this code
# NOT RUN {
updated_seurat_object = UpdateSeuratObject(object = old_seurat_object)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab