compute_tsne: A function to perform *t-SNE* projection of data

View source: R/projections.R

compute_tsneR Documentation

A function to perform *t-SNE* projection of data

Description

A function to perform *t-SNE* projection of data

Usage

compute_tsne(se, assay = "data", num_threads = 1)

Arguments

se

A SummarizedExperiment object

assay

A name of the slot data is stored

Value

A SummarizedExperiment object with *t-SNE* projection stored in metadata(se[[tsne]] slot


skimlab/CCSBUtils documentation built on March 30, 2022, 4:52 a.m.