Skip to contents

Runs RunTSNE on the embedded Seurat object and returns the updated MatisseObject. An alternative to RunUMAP.MatisseObject for 2-D cell embedding.

Usage

# S3 method for class 'MatisseObject'
RunTSNE(object, ...)

Arguments

object

A MatisseObject.

...

Additional arguments forwarded to RunTSNE (e.g. dims, perplexity).

Value

The updated MatisseObject with a "tsne" reduction.