old-assign {SeuratObject} | R 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 |
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 [[<-
[Package SeuratObject version 5.1.0 Index]