-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_pkgdown.yml
More file actions
42 lines (41 loc) · 1.03 KB
/
_pkgdown.yml
File metadata and controls
42 lines (41 loc) · 1.03 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
template:
light-switch: true
bootstrap: 5
navbar:
structure:
left: [intro, reference, articles, news, tutorials]
right: [search, github, lightswitch]
components:
tutorials:
text: "ClustAssess Shiny app Tutorial"
href: "tutorials/index.html"
url: https://core-bioinformatics.github.io/ClustAssess/
reference:
- title: Element-Centric Scores
- contents:
- starts_with("element_")
- marker_overlap
- starts_with("merge_")
- weighted_element_consistency
- title: Clustering Assessment Pipeline
- contents:
- starts_with("assess_")
- starts_with("plot_")
- starts_with("get")
- automatic_stability_assessment
- choose_stable_clusters
- title: Shiny App Components
- contents:
- starts_with("ui_")
- starts_with("server_")
- starts_with("write_")
- add_metadata
- calculate_markers
- calculate_markers_shiny
- title: Convert to other packages
- contents:
- starts_with("create_")
- title: PAC
- contents:
- consensus_cluster
- starts_with("pac_")