tSNE_ordering.Rdt-SNE ordering
tSNE_ordering(
X,
tSNE_dims = 1,
component = 1,
perplexity = 10,
max_iter = 500,
seed = NULL,
scale01 = TRUE,
orient_by_pc1 = TRUE
)numeric matrix (n x D).
integer; embedding dimension passed to Rtsne.
which embedding coordinate to use as ordering (default 1).
t-SNE perplexity; must satisfy < (n-1)/3.
max iterations.
optional integer for reproducibility.
logical; if TRUE, rescale returned t to [0,1].
logical; if TRUE, flip sign to align with PC1.
list(t, keep_idx)