seurat_meta: Function to convert labelled seurat object to fully prepared...

View source: R/object_access.R

seurat_metaR Documentation

Function to convert labelled seurat object to fully prepared metadata

Description

Function to convert labelled seurat object to fully prepared metadata

Usage

seurat_meta(seurat_object, ...)

## S3 method for class 'Seurat'
seurat_meta(seurat_object, dr = "umap", ...)

Arguments

seurat_object

seurat_object after tsne or umap projections and clustering

...

additional arguments

dr

dimension reduction method

Value

dataframe of metadata, including dimension reduction plotting info

Examples

so <- so_pbmc()
m <- seurat_meta(so)

rnabioco/clustifyR documentation built on April 24, 2024, 5:15 a.m.