View source: R/object_access.R
seurat_meta | R Documentation |
Function to convert labelled seurat object to fully prepared metadata
seurat_meta(seurat_object, ...)
## S3 method for class 'Seurat'
seurat_meta(seurat_object, dr = "umap", ...)
seurat_object |
seurat_object after tsne or umap projections and clustering |
... |
additional arguments |
dr |
dimension reduction method |
dataframe of metadata, including dimension reduction plotting info
so <- so_pbmc()
m <- seurat_meta(so)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.