-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_pkgdown.yml
More file actions
172 lines (162 loc) · 5.56 KB
/
_pkgdown.yml
File metadata and controls
172 lines (162 loc) · 5.56 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# ===================================================================== #
# Licensed as GPL-v3.0. #
# #
# Developed as part of the AMRverse (https://github.com/AMRverse): #
# https://github.com/AMRverse/AMRgen #
# #
# We created this package for both routine data analysis and academic #
# research and it was publicly released in the hope that it will be #
# useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. #
# #
# This R package is free software; you can freely use and distribute #
# it for both personal and commercial purposes under the terms of the #
# GNU General Public License version 3.0 (GNU GPL-3), as published by #
# the Free Software Foundation. #
# ===================================================================== #
# Site metadata
url: 'https://amrgen.org'
title: 'AMRgen'
# Template settings
template:
bootstrap: 5
bootswatch: "united"
bslib:
base_font: {google: "Nunito"}
heading_font: {google: "Nunito"}
code_font: {google: "Fira Code"}
# (colours based on the AMRgen logo)
primary: "#7030A0" # deep purple (main text "AMRgen" and rightmost circle)
secondary: "#C52574" # strong magenta/pink (leftmost circle and logo accents)
success: "#25c475" # green contrast (not in logo, but for success messages in site)
info: "#8151A4" # medium lavender/purple (upper circles in logo)
warning: "#EBADC7" # pale pink highlight (lighter background circles/links)
danger: "#D35691" # vivid pink-red (circle accent, darker magenta tone)
link-color: "#C52574" # magenta link color (aligns with secondary)
link-hover-color: "#7030A0" # hover state purple (aligns with primary)
# Navbar configuration
navbar:
title: "AMRgen"
left:
- text: "Home"
icon: "fa-home"
href: "index.html"
- text: 'Reference'
icon: "fa-book-open"
href: "reference/index.html"
- text: "Vignettes"
icon: "fa-book"
href: "articles"
right:
- text: "Source Code"
icon: "fab fa-github"
href: "https://github.com/AMRverse/AMRgen"
articles:
- title: "Vignettes"
contents:
- AnalysingGenoPhenoData
- DownloadGenoPhenoData
- Concordance
- NeisseriaGonoExamples
- SalmonellaExamples
- StaphAureusClindamycin
- KlebsiellaMultipleGenotypers
- DeletionVariantsCatB3
# Reference section grouping
reference:
- title: "Data Import & Preprocessing"
desc: >
Functions to import, harmonise, and prepare genotype and phenotype data from public repositories or internal formats.
contents:
- starts_with("import")
- starts_with("export")
- starts_with("convert")
- starts_with("download")
- starts_with("summarise")
- starts_with("format")
- get_binary_matrix
- get_combo_matrix
- starts_with("query_ncbi")
- title: "Resistance Interpretation"
desc: >
Core tools for interpreting antimicrobial resistance based on EUCAST breakpoints and custom models.
contents:
- starts_with("compare")
- matches("eucast")
- merge_logreg_soloppv
- interpret_pheno
- title: "Modelling and analysis"
desc: >
Statistical models for resistance prediction and inference, including logistic regression and Firth regression.
contents:
- amr_upset
- solo_ppv
- amr_ppv
- amr_logistic
- glm_details
- logistf_details
- getBreakpoints
- checkBreakpoints
- concordance
- concordance_from_tables
- print.amr_concordance
- title: "Visualisation & Reporting"
desc: >
Tools to visualise results, including MIC distributions, model outputs, and genotype-phenotype relationships.
contents:
- matches("plot")
- assay_by_var
- title: "Data"
desc: >
Example datasets for demonstration and reproducible analysis.
contents:
- ecoli_pheno
- ecoli_pheno_raw
- ecoli_geno_raw
- ecoli_cip_vs_ref
- ecoli_cip_mic_data
- staph_pheno_ncbi
- staph_pheno_ncbi_raw
- staph_pheno_ncbi_cloud_raw
- staph_geno_ncbi_cloud_raw
- staph_pheno_ebi
- staph_geno_ebi
- amrfp_drugs_table
- pheno_eco_2075
- geno_eco_2075
- eurogasp_geno_raw
- ngono_cro_geno_raw
- ngono_tet_geno_raw
- ngono_cro_pheno_raw
- eurogasp_pheno_raw
- azm_comparison
- cip_comparison
- cro_comparison
- cfm_comparison
- ngono_tet_pheno_raw
- salm_raw
- kleborate_raw
- kleborate_raw_v313
- kleborate_classes
- pheno_CLI_public
- afp_CLI_public
- ST_data_CLI
- DASSIM_pheno_raw
- btESBL_pheno
- DASSIM_geno
- NCBI_Ecoli_pheno_chl
- MICROBIGGE_Ecoli_CHLR
- rgi_raw
- rgi_short_name_table
- rgi_drugs_table
- rgi_EuSCAPE_raw
- kp_mero_euscape
- kp_mero_amrfp
- sirscan_codes
# Footer configuration
footer:
structure:
left: [devtext]
right: [logo]
components:
devtext: 'Free and Open Source (GPL-3), brought by AMRverse/AMRgen Development Team'
logo: 'AMRverse is an ecosystem for AMR data science. We aim to make common tasks easier and faster, via interoperable tools and resources.'