Description Usage Author(s) Source References Examples
Label vector of 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
Diego Adhemar Jaitin, Ephraim Kenigsberg, Hadas Keren-Shaul, Naama Elefant, Franziska Paul, Irina Zaretsky, Alexander Mildner, Nadav Cohen, Steffen Jung, Amos Tanay, Ido Amit (2014) Massively Parallel Single-Cell RNA-Seq for Marker-Free Decomposition of Tissues into Cell Types. Science, 343 (6172): 776-779
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.