Fetch_Meta | R Documentation |
Quick function to properly pull meta.data from objects.
Fetch_Meta(object, ...)
## S3 method for class 'liger'
Fetch_Meta(object, ...)
## S3 method for class 'Seurat'
Fetch_Meta(object, ...)
object |
Object of class Seurat or liger. |
... |
Arguments passed to other methods |
A data.frame containing cell-level meta data
library(Seurat)
meta_data <- Fetch_Meta(object = pbmc_small)
head(meta_data, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.