runTSNE: TSNE analysis

View source: R/SingleCellRNASeq.R

runTSNER Documentation

TSNE analysis

Description

TSNE analysis

Usage

runTSNE(
  object,
  dim_reduction_method = c("pca", "nnmf"),
  useIntegrativeEmbeddings = F,
  integrative_method = c("combat", "seurat", "harmony", "supervised_harmony"),
  n.dims.use = 50,
  n.dims.embed = 2,
  n.perplexity = 30,
  n.seed = 1
)

Arguments

object

The SingCellaR object.

dim_reduction_method

The dimensional reduction method name that specifies the embedding matrix.

useIntegrativeEmbeddings

is logical, if TRUE the embedding matrix genereated from integrative analysis will be used.

integrative_method

The name of an integrative method.

n.dims.use

The number of dimensions as the input.

n.dims.embed

The number of output dimension. Default 2

n.perplexity

The TSNE perplexity. Default 30

n.seed

The number of set seed.


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.