SCseq object with t-SNE coordinates stored in slot tsne.
Arguments
object
SCseq class object.
dimRed
logical. If TRUE then the t-SNE is computed from the feature matrix in slot dimRed$x (if not equal to NULL).
Default is FALSE and the t-SNE is computed from the distance matrix stored in slot distances. If slot distances equals NULLdimRed is automatially set to TRUE.
initial_cmd
logical. If TRUE, then the t-SNE map computation is initialized with a configuration obtained by classical
multidimensional scaling. Default is TRUE.
perplexity
Positive number. Perplexity of the t-SNE map. Default is 30.
rseed
Integer number. Random seed to enforce reproducible t-SNE map.