Fetch_Meta {scCustomize} | R Documentation |
Get meta data from object
Description
Quick function to properly pull meta.data from objects.
Usage
Fetch_Meta(object)
## S3 method for class 'Seurat'
Fetch_Meta(object)
## S3 method for class 'liger'
Fetch_Meta(object)
Arguments
object |
Object of class Seurat or liger. |
Value
A data.frame containing cell-level meta data
Examples
library(Seurat)
meta_data <- Fetch_Meta(object = pbmc_small)
head(meta_data, 5)
[Package scCustomize version 2.1.2 Index]