View source: R/Data_preparation.R
Preparing data to tSNE
1 2 3 4 5 6 7 8 9 10 | scatter_plot_data_prep(
fcs_raw,
use_markers,
sampling_size = 0.5,
method = "tSNE",
perplexity = 30,
theta = 0.5,
max_iter = 1000,
size_fuse = 5000
)
|
sampling_size |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.