-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
71 lines (39 loc) · 1.36 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "Cy's plotfolio"
output:
html_document:
toc: true
toc_float: true
---
A collection of notebooks to recreate some of the visualizations as published in my [scientific papers](https://scholar.google.com/citations?user=No8cy_cAAAAJ&hl=en).
## Visualizations - hierarchy
[**HierTree**](HierTree.html): An example for plotting a hierarchical tree (not dendrogram!) based on result from hierarchical clustering.
![](images/HierTree.png)
```{r echo = F, eval= F, out.width = "50%", fig.align = "center"}
knitr::include_graphics("images/fig31_adjust_nodes.png")
```
<br> <br>
[**Sunburst**](Sunburst.html):
![](images/Sunburst.png)
<br> <br>
## Visualizations - sc/snRNA-seq
[**UMAP-Constellation**](Constellation.html): Creating a UMAP and constellation from small single cell RNA-seq dataset
![](images/UConn.png)
<br> <br>
[**3D UMAP**](3dUMAP.html): Creating a 3D UMAP from small single cell RNA-seq dataset
<br> <br>
[**Node dodge app **](Node_dodge.html): Creating a 3D UMAP from small single cell RNA-seq dataset
<br> <br>
## Visualizations - spatialTX
[**SpatialTx with CCF outlines**](MERFISH_plot.html):
<br> <br>
[**3D SpatialTx**](3dMERFISH_plot.html):
<br> <br>
## Visualizations - CCF
[**Flatmaps**](Flatmap.html):
<br> <br>
[**ABA - ISH**](abaISH.html):
<br> <br>
[**ABA - svg**](abaSVG.html):
<br> <br>
## Visualizations - random