Learn R Programming

SlimR (version 1.1.1)

.apply_umap_smoothing: Apply UMAP-based spatial smoothing to scores

Description

Apply UMAP-based spatial smoothing to scores

Usage

.apply_umap_smoothing(
  seurat_obj,
  score_matrix,
  umap_reduction,
  k_neighbors,
  smoothing_weight,
  chunk_size,
  verbose
)

Arguments