runTSNE: Perform t-distributed stochastic neighbour embedding

Description Usage Arguments Details Value Author(s)

Description

Retrieve diffusion map object

Usage

1
2
runTSNE(object, ndims = 3, perplexity = 30, theta = 0.5, pca = FALSE,
  seed = NULL, verbose = FALSE, use_dist = FALSE, dist_fun = NULL, ...)

Arguments

object

Single Cell Data Set object

ndims

Number of dimensions for new embedding

perplexity

Perplecity parameter

theta

Theta parameter

pca

Logical, Perform initial PCA reduction

seed

Set random seed

verbose

To show output

use_dist

Default FALSE. Calculate a distance metric on the data and use this in the Rtsne function.

dist_fun

Default NULL. If NULL will use (1 - spearman_correlation(data)) / 2.

...

Additional parameters to be passed to Rtsne

Details

Retrieve diffusion map object

Value

Returns an upadate Single Cell Dataset object

Author(s)

Wajid Jawaid


wjawaid/bglab documentation built on May 4, 2019, 6:33 a.m.