View source: R/benchmark_functions.R
PlotTsne | R Documentation |
This function takes the ground truth (meta), the expresssion matrix (data), and performs tSNE, saves the result to a jpeg file with user specified name
PlotTsne(
meta,
data,
evf_type,
pca = T,
n_pc,
perplexity = 30,
label,
saving = F,
plotname,
system.color = T
)
meta: |
simulation parameters |
data: |
expression matrix |
plotname: |
the name of the jpeg file |
label: |
the column name of the meta data that the points needs to be colored by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.