Description Usage Author(s) Source References Examples
The result of t-SNE against MARS.
The data has four different cell types; B cells (B1-B48), Dendritic cells (DC1-DC89), Monocytes (Mono1-Mono46), and Natural Killer cells (NK1-NK45).
1 |
Koki Tsuyuzaki, Haruka Ozaki, Mika Yoshimura, Itoshi Nikaido
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
https://www.sciencemag.org/content/343/6172/776?related-urls=yes&legid=sci;343/6172/776
http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE54006
L. J. P. van der Maaten et al. (2008) Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research, 9(Nov), 2579-2605
1 2 3 4 5 6 7 8 | data(MARS)
data(label.MARS)
data(result.pca.MARS)
data(result.tsne.MARS)
data(result.dmap.MARS)
pairs(result.pca.MARS, col=label.MARS, main="MARS-Seq (PCA)", pch=16)
plot(result.tsne.MARS, col=label.MARS, main="MARS-Seq (t-SNE)", pch=16)
pairs(result.dmap.MARS, col=label.MARS, main="MARS-Seq (Diffusion Map)", pch=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.