runViz: Dimentionality Reduction for Visualization
Description
Wrapper for the implementation of Barnes-Hut t-Distributed
Stochastic Neighbor Embedding and FFT-accelerated Interpolation-based
t-SNE (FIt-SNE) t-SNE, and UMAP
integer vector; principal components used for running tsne or umap
method
character; A character variable indicates what t-sne method to use ("Rtsne", "fast_tsne", "umap").
fast_tsne_path
character; A character variable indicates the path of the excutable FIt-sen located. Required only when method="fast_tsne"
Y.init
matrix; Initial locations of the objs. If NULL, random initialization will be used (default: NULL). Note that when using this, the initial stage with exaggerated perplexity values and a larger momentum term will be skipped.