tsneGermMale: The result of Rtsne against GermMale

tsneGermMaleR Documentation

The result of Rtsne against GermMale

Description

A List contains some parameters and the result of Rtsne function.

Usage

data(tsneGermMale)

Details

Rtsne is performed as follows.

library(Rtsne) set.seed(123) tsneGermMale <- Rtsne(dist(t(GermMale)), is_distance=TRUE, perplexity=40)

References

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

See Also

labelGermMale, GermMale.

Examples

data(tsneGermMale)

rikenbit/scTensor documentation built on Jan. 28, 2023, noon