hasEmb: List cell embedding types from input data object

hasEmbR Documentation

List cell embedding types from input data object

Description

Show all available cell embedding coordinates from the dimensionality reduction results stored in the single-cell data object containing the input data for scClustViz visualization.

Usage

hasEmb(x)

Arguments

x

The single-cell data object.

Details

This is a wrapper function to the relevant class's cell metadata slot accessor / assignment method. Currently supported input object classes:

  • Class seurat/Seurat accessed by x@DRtype.rot or x@dr$DRtype@cell.embeddings or x@reductions$DRtype@cell.embeddings, depending on Seurat object version.

  • Class SingleCellExperiment accessed by reducedDim(x,DRtype).

Please submit requests for other data objects here!


BaderLab/scClustViz documentation built on Sept. 10, 2023, 11:51 p.m.