| plotTSNE_2D | R Documentation | 
Short wrapper for tSNE visualization
plotTSNE_2D(
  gobject,
  dim_reduction_name = "tsne",
  default_save_name = "tSNE_2D",
  ...
)
gobject | 
 giotto object  | 
dim_reduction_name | 
 name of TSNE  | 
default_save_name | 
 default save name of TSNE plot  | 
... | 
 Arguments passed on to  
  | 
Description of parameters, see dimPlot2D. For 3D plots see plotTSNE_3D
ggplot
Other reduced dimension visualizations: 
dimPlot2D(),
dimPlot3D(),
dimPlot(),
plotPCA_2D(),
plotPCA_3D(),
plotPCA(),
plotTSNE_3D(),
plotTSNE(),
plotUMAP_2D(),
plotUMAP_3D(),
plotUMAP()
data(mini_giotto_single_cell)
plotTSNE_2D(mini_giotto_single_cell)
plotTSNE_2D(mini_giotto_single_cell, cell_color = 'cell_types', point_size = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.