old-assign: 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 method for Seurat,character,ANY,ANY
[[(x, i, j, ...) <- value
Value
x
with value
stored as i
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
See Also
See here for adding metadata with [[<-
, and
here for removing subobjects and cell-level meta
data with [[<-