tsneGermMale | R Documentation |
A List contains some parameters and the result of Rtsne function.
data(tsneGermMale)
Rtsne is performed as follows.
library(Rtsne) set.seed(123) tsneGermMale <- Rtsne(dist(t(GermMale)), is_distance=TRUE, perplexity=40)
Li L. and Dong J. and Yan L. and Yong J. et al. (2017) Single-Cell RNA-Seq Analysis Maps Development of Human Germline Cells and Gonadal Niche Interactions. Cell Stem Cell, 20(6): 858-873
labelGermMale
, GermMale
.
data(tsneGermMale)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.