export_data_from_seurat: Function to export data tables from Seurat object.

Description Usage Arguments Examples

View source: R/export_data_from_seurat.R

Description

This simple function will save the raw UMI matrix (seurat_object@raw.data), the normalized UMI matrix (seurat_object@data) and the metadata (seurat_object@meta.data) from the Seurat object into tab separated files.

Usage

1
export_data_from_seurat(seurat_object, output_dir = ".")

Arguments

seurat_object

The S4 Seurat object which contains filtered and normalized cells in the data slot.

output_dir

Directory where the data tables will be saved.

Examples

1

FloWuenne/scFunctions documentation built on June 3, 2021, 6:42 p.m.