RunUMAP: Adapt from Seurat package

rd_UmapR Documentation

Adapt from Seurat package

Description

Adapt from Seurat package

Usage

## Default S3 method:
RunUMAP(
  mat,
  n.neighbors = 30L,
  n.components = 2L,
  metric = "correlation",
  n.epochs = NULL,
  learning.rate = 1,
  min.dist = 0.3,
  spread = 1,
  set.op.mix.ratio = 1,
  local.connectivity = 1L,
  repulsion.strength = 1,
  negative.sample.rate = 5,
  a = NULL,
  b = NULL,
  seed.use = 42,
  metric.kwds = NULL,
  angular.rp.forest = FALSE,
  reduction.key = "UMAP_",
  verbose = TRUE
)

AllenInstitute/scrattch.hicat documentation built on Oct. 20, 2023, 6:55 a.m.