seuratInfo {phemd}R Documentation

Accessor function for stored Seurat object within Phemd object

Description

Accessor function for stored Seurat object within Phemd object

Usage

seuratInfo(obj)

Arguments

obj

A Phemd object.

Value

An object of class 'Seurat'

Examples

phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
seurat_obj <- seuratInfo(phemdObj)


[Package phemd version 1.10.0 Index]