.plotTSNE {scAlign}R Documentation

Creates tsne plot

Description

Creates tsne plot

Usage

.plotTSNE(
  data,
  labels,
  file_out = file.path(tempdir(), "/scAlign_default_plot.png")
)

Arguments

data

Current aligned embeddings

labels

Object labels

file_out

File name to save plot

Value

ggplot2 object


[Package scAlign version 1.8.0 Index]