compute_tsne | R Documentation |
A function to perform *t-SNE* projection of data
compute_tsne(se, assay = "data", num_threads = 1)
se |
A |
assay |
A name of the slot data is stored |
A SummarizedExperiment
object with *t-SNE* projection
stored in metadata(se[[tsne]]
slot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.