sc_get_umap_data: Generates UMAP data from sce object

View source: R/sc_atac_tfidf.R

sc_get_umap_dataR Documentation

Generates UMAP data from sce object

Description

Produces a DataFrame containing the UMAP dimensions, as well as all the colData of the sce object for each cell

Usage

sc_get_umap_data(sce, n_neighbours = 30)

Arguments

sce

The SingleCellExperiment object

n_neighbours

No. of neighbours for KNN

Value

A dataframe containing the UMAP dimensions, as well as all the colData of the sce object for each cell


LuyiTian/scPipe documentation built on Dec. 11, 2023, 8:21 p.m.