Description Usage Arguments Value Examples
Embeds cells in two dimensions using tSNE based on celda_CG results.
1 |
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. |
Numeric Matrix of dimension ‘ncol(counts)' x 2, colums representing the "X" and "Y" coordinates in the data’s t-SNE represetation.
1 | tsne.res = celdaTsne(celda.CG.sim$counts, celda.CG.mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.