run_tsne: Run tSNE

View source: R/run_tsne.R

run_tsneR Documentation

Run tSNE

Description

tSNE from PCA results.

Usage

run_tsne(pca_o, nb_pcs = 10, nb_it = 1000, tsne_init = NULL, seed = 999)

Arguments

pca_o

the output of run_pca

nb_pcs

the number of PCs to use. Default 10.

nb_it

the number of iterations. Default 1000.

tsne_init

previous tSNE results to use as starting point. Not used is NULL (default).

seed

the seed for the random generator.

Value

a data.frame with columns: cell, tsne1, tsne2

Author(s)

Jean Monlong


jmonlong/scCNAutils documentation built on May 3, 2022, 4:34 a.m.