celdaTsne: Embeds cells in two dimensions using tSNE based on celda_CG...

Description Usage Arguments Value Examples

View source: R/s3_generics.R

Description

Embeds cells in two dimensions using tSNE based on celda_CG results.

Usage

1
celdaTsne(counts, celda.mod, ...)

Arguments

counts

Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celda.mod'.

celda.mod

Celda model. Options available in 'celda::available.models'.

...

Additional parameters.

Value

Numeric Matrix of dimension ‘ncol(counts)' x 2, colums representing the "X" and "Y" coordinates in the data’s t-SNE represetation.

Examples

1
tsne.res = celdaTsne(celda.CG.sim$counts, celda.CG.mod)

compbiomed/celda documentation built on May 25, 2019, 3:58 a.m.