-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathToolLinks.zh.qmd
More file actions
125 lines (104 loc) · 3.22 KB
/
ToolLinks.zh.qmd
File metadata and controls
125 lines (104 loc) · 3.22 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
title: 工具链接
---
## 其他可视化工具
```{r}
#| echo: false
library(pixture)
paths <- c(
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/ggalign.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/FigureYa.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/Awesome-genome-vis.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/Marsilea.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/tidyplots.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/ggrecipes.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/scidraw.png"
)
title <- c(
"ggalign-gallery",
"FigureYa",
"awesome-genome-visualization",
"Marsilea",
"tidyplots",
"ggrecipes",
"scidraw"
)
describe <- c(
"Integrative Composable Visualization",
"317 Visualization Code Framework",
"A list of genome visualization programs",
"Declarative creation of composable visualization",
"Tidy plots for scientific publications",
"Recipes for ggplot2 visualizations",
"Scientific drawing and illustration tool"
)
link <- c(
"https://yunuuuu.github.io/ggalign-gallery/",
"https://ying-ge.github.io/FigureYa/",
"https://cmdcolin.github.io/awesome-genome-visualization/",
"https://marsilea.rtfd.io/",
"https://jbengler.github.io/tidyplots/",
"https://ignophi.github.io/ggrecipes/index.html",
"https://scidraw.msttnote.cn/"
)
captions <- paste0(
"<div style='line-height:0.1;'>",
paste0("<div style='font-size:1.0rem;margin-bottom:0.2em;line-height:1;color:#34495e;'><b>", title, "</b></div>"),
paste0("<div style='line-height:1.2;font-size:0.7rem;color:#808b96;'>", describe, "</div>"),
"</div>"
)
pixgallery(
path = paths,
caption = captions,
caption_valign = "below",
caption_halign = "center",
link = link,
h = "250px",
w = "250px",
border_radius = "10px",
gap = "10px",
layout = "fixed"
)
```
## 网页可视化应用
```{r}
#| echo: false
paths <- c(
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/Hiplot.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/UCSCXenaShiny.png",
"https://raw.githubusercontent.com/openbiox/Bizard/refs/heads/main/images/ToolLinks/CNScolor.png"
)
title <- c(
"Hiplot",
"UCSCXenaShiny",
"CNScolor"
)
describe <- c(
"Biomedical Data Visualization",
"UCSCXenaShiny Hub Shiny App",
"Open source CNS color website"
)
link <- c(
"https://hiplot.cn/",
"https://shiny.zhoulab.ac.cn/UCSCXenaShiny/",
"https://tigerz.shinyapps.io/CNScolor/"
)
captions <- paste0(
"<div style='line-height:0.1;'>",
paste0("<div style='font-size:1.0rem;margin-bottom:0.2em;line-height:1;color:#34495e;'><b>", title, "</b></div>"),
paste0("<div style='line-height:1.2;font-size:0.7rem;color:#808b96;'>", describe, "</div>"),
"</div>"
)
pixgallery(
path = paths,
caption = captions,
caption_valign = "below",
caption_halign = "center",
link = link,
h = "250px",
w = "250px",
border_radius = "10px",
gap = "10px",
layout = "fixed"
)
```