old-assign | R Documentation |
This function has been replaced with value-specific double-bracket assign methods and should generally not be called
## S4 replacement method for signature 'Seurat,character,ANY,ANY'
x[[i, j, ...]] <- value
x |
A |
i |
The name to store a subobject or various cell-level meta data as |
value |
New subobject or cell-level meta data |
x
with value
stored as i
See here for adding metadata with [[<-
, and
here for removing subobjects and cell-level meta
data with [[<-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.