old-assign: Original double-bracket assign

old-assignR Documentation

Original double-bracket assign

Description

This function has been replaced with value-specific double-bracket assign methods and should generally not be called

Usage

## S4 replacement method for signature 'Seurat,character,ANY,ANY'
x[[i, j, ...]] <- value

Arguments

x

A Seurat object

i

The name to store a subobject or various cell-level meta data as

value

New subobject or cell-level meta data

Value

x with value stored as i

See Also

See here for adding metadata with [[<-, and here for removing subobjects and cell-level meta data with [[<-


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