PlotTsne: Perform tSNE

View source: R/Utilities.R

PlotTsneR Documentation

Perform tSNE

Description

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

Usage

PlotTsne(
  meta,
  data,
  cif_type,
  pca = T,
  n_pc,
  perplexity = 30,
  label,
  saving = F,
  plotname,
  system.color = T
)

Arguments

meta

simulation parameters

data

expression matrix

label

the column name of the meta data that the points needs to be colored by

plotname

the name of the jpeg file


Galaxeee/TedSim documentation built on Oct. 2, 2022, 1:25 a.m.