PaCMAP.matrix: Pairwise Controlled Manifold Approximation (R wrapper)

View source: R/pacmap.R

PaCMAP.matrixR Documentation

Pairwise Controlled Manifold Approximation (R wrapper)

Description

Pairwise Controlled Manifold Approximation (R wrapper)

Usage

## S3 method for class 'matrix'
PaCMAP(
  x,
  n_components = 2,
  n_neighbors = 10,
  MN_ratio = 0.5,
  FP_ratio = 2,
  num_iters = 450,
  pair_neighbors = NULL,
  pair_MN = NULL,
  pair_FP = NULL,
  lr = 1,
  apply_pca = TRUE,
  intermediate = FALSE,
  nThreads = parallel::detectCores() - 1
)

Arguments

nThreads

dbrookeUAB/dbsinglecell documentation built on May 2, 2023, 12:49 a.m.