RunUmapOnSDA: Run UMAP using SDA results

View source: R/SDA.R

RunUmapOnSDAR Documentation

Run UMAP using SDA results

Description

Run UMAP using SDA results

Usage

RunUmapOnSDA(
  seuratObj,
  dimsToUse = NULL,
  minDimsToUse = NULL,
  reduction = "sda"
)

Arguments

seuratObj

A Seurat object.

dimsToUse

The number of dims to use. If null, this will be inferred using FindSeuratElbow()

minDimsToUse

The minimum numbers of dims to use. If dimsToUse is provided, this will override.

reduction

The name of the source reduction

Value

A modified Seurat object.


bimberlabinternal/CellMembrane documentation built on Oct. 16, 2024, 6:53 a.m.