-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
executable file
·108 lines (95 loc) · 2.68 KB
/
_pkgdown.yml
File metadata and controls
executable file
·108 lines (95 loc) · 2.68 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
template:
bootstrap: 5
url: https://csbg.github.io/SplineOmics/
pkgdown:
title: SplineOmics
navbar:
structure:
left:
- home
- get-started
- reference
- articles
- faq
- changelog
components:
get-started:
text: "Get started"
href: articles/get_started.html
articles:
text: "Articles"
menu:
# --- Section 1: Further use cases
- text: "Further use cases"
html: true
- text: "RNA-seq analysis"
href: articles/RNA-seq-analysis.html
- text: "Glycan analysis"
href: articles/glycan-analysis.html
- text: "Peak-Valley-Cliff (PVC) analysis"
href: articles/PVC_analysis.html
- text: "Gene-centric multiomics clustering"
href: articles/Gene_centric_multiomics_clustering.html
- text: "---" # divider between sections
# --- Section 2: Guides
- text: "Guides"
html: true
- text: "limma result categories"
href: articles/limma_result_categories.html
- text: "Designing a limma design formula"
href: articles/design_limma_design_formula.html
- text: "Docker container instructions"
href: articles/Docker-instructions.html
- text: "Docker permission denied"
href: articles/Docker_permission_denied.html
changelog:
text: "Changelog"
href: articles/CHANGELOG.html
faq:
text: "FAQ"
href: articles/faq.html
reference:
- title: User Available Functions
desc: This section contains the documentation for all functions available
to the user in the SplineOmics package.
contents:
- compare_results
- cluster_genes_multiomics
- cluster_hits
- create_clustering_report
- create_limma_report
- create_ora_report
- create_pvc_report
- create_splineomics
- extract_gene_sets
- download_enrichr_databases
- explore_data
- extract_data
- find_pvc
- plot_umap_clusters
- preprocess_rna_seq_data
- print.SplineOmics
- run_ora
- run_limma_splines
- update_splineomics
extra_files:
- googleabfeff244193b2bc.html
# Keep the articles index so pkgdown is happy (not linked in navbar).
articles:
- title: "Further use cases"
contents:
- get_started
- RNA-seq-analysis
- glycan-analysis
- PVC_analysis
- Gene_centric_multiomics_clustering
- title: "Guides"
contents:
- design_limma_design_formula
- limma_result_categories
- Docker-instructions
- Docker_permission_denied
- title: "Special pages"
contents:
- faq
- CHANGELOG