Skip to contents

Create a Seurat object used for heatmap generation.

Usage

create_seu_for_heatmaps(sce_dimred, calc_zscore = TRUE)

Arguments

sce_dimred

A SingleCellExperiment object with calculated dimreds.

calc_zscore

A logical scalar: if TRUE, calculate z-scores of UMI counts in assays$RNA@scale.data slot.

Value

A Seurat object.