Runs tSNE via Rtsne based on the CELDA model and specified cell states.
celdaTsne(counts, celda.mod, states = NULL, perplexity = 20,
max.iter = 2500, distance = "hellinger")
Counts matrix, will have cell name for column name and gene name for row name.
Celda model to use for tsne. class "celda_C","celda_G" or "celda_CG".
Vector; determines which cell states to use for tsne. If not defined, all states will be used.
Numeric vector; determines perplexity for tsne. Default 20.
Numeric vector; determines iterations for tsne. Default 1000.
Character vector; determines which distance metric to use for tsne. Options: cosine, hellinger, spearman.