powered by
This functions performs the computation of a t-SNE map from the distance object in slot distances using the Rtsne package.
distances
comptsne(object, initial_cmd = TRUE, perplexity = 30, rseed = 15555)
SCseq class object.
SCseq
logical. If TRUE, then the t-SNE map computation is initialized with a configuration obtained by classical multidimensional scaling. Default is TRUE.
TRUE
Positive number. Perplexity of the t-SNE map. Default is 30.
30
Integer number. Random seed to enforce reproducible t-SNE map.
SCseq object with t-SNE coordinates stored in slot tsne.
tsne
# NOT RUN { sc <- SCseq(intestinalDataSmall) sc <- filterdata(sc) sc <- compdist(sc) sc <- clustexp(sc) sc <- findoutliers(sc) sc <- comptsne(sc) # }
Run the code above in your browser using DataLab