-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_pkgdown.yml
32 lines (29 loc) · 1.23 KB
/
_pkgdown.yml
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
destination: docs
navbar:
title: "InteractiveComplexHeatmap"
left:
- text: "Articles"
menu:
- text: "How to visualize complex heatmaps interactively"
href: articles/InteractiveComplexHeatmap_intro.html
- text: "How interactive complex heatmap is implemented"
href: articles/implementation.html
- text: "Functions for Shiny app development"
href: articles/shiny_dev.html
- text: "Decorations on heatmaps"
href: articles/decoration.html
- text: "Interactivate heatmaps indirectly generated by pheatmap(), heatmap.2() and heatmap()"
href: articles/interactivate_indirect.html
- text: "A Shiny app for visualizing DESeq2 results"
href: articles/deseq2_app.html
- text: "Implement interactive heatmap from scratch"
href: articles/from_scratch.html
- text: "Share interactive heatmaps to collaborators"
href: articles/share.html
- text: "PDF version"
href: https://www.biorxiv.org/content/10.1101/2021.03.08.434289v7.full.pdf
- text: "Reference"
href: reference/index.html
template:
includes:
after_body: "<style>nav[data-toggle='toc'] .nav .nav {display: block;}</style>"