[[<-,Seurat,NULL | R Documentation |
Remove Subobjects and Cell-Level Meta Data
## S4 replacement method for signature 'Seurat,character,missing,NULL'
x[[i, j, ...]] <- value
x |
A |
i |
Name(s) of subobject(s) or cell-level meta data to remove |
j |
Ignored |
... |
Ignored |
value |
NULL |
x
with i
removed from the object
See here for pulling subobjects using [[
,
here for adding metadata with [[<-
, and
here for adding subobjects with [[<-
Seurat object, validity, and interaction methods
$.Seurat()
,
Seurat-class
,
Seurat-validity
,
[[.Seurat()
,
[[<-,Seurat
,
dim.Seurat()
,
dimnames.Seurat()
,
merge.Seurat()
,
names.Seurat()
,
subset.Seurat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.