extractMeta: Easily extract Seurat meta-data into a tibble

Description Usage Arguments Value

View source: R/extraction.R

Description

Easily extract Seurat meta-data into a tibble

Usage

1
extractMeta(seurat.obj, types, vars, merge = TRUE)

Arguments

seurat.obj

A seurat object.

types

The types of meta-data you want to extract. Options are c("Embeddings","Clusters","Module Scores")

vars

The names within the Seurat object of the meta-data you want to extract.

merge

Whether you want all data to merged. If set to TRUE, data will be merged by Cells.

Value

Meta-data in tibble format


basilkhuder/extendSC documentation built on July 23, 2021, 1:17 p.m.