AMR/_pkgdown.yml

167 lines
5.3 KiB
YAML
Raw Normal View History

2018-12-30 08:40:40 +01:00
# ==================================================================== #
# TITLE #
# Antimicrobial Resistance (AMR) Analysis #
# #
2019-01-02 23:24:07 +01:00
# SOURCE #
# https://gitlab.com/msberends/AMR #
2018-12-30 08:40:40 +01:00
# #
# LICENCE #
2019-01-02 23:24:07 +01:00
# (c) 2019 Berends MS (m.s.berends@umcg.nl), Luz CF (c.f.luz@umcg.nl) #
2018-12-30 08:40:40 +01:00
# #
2019-01-02 23:24:07 +01:00
# 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 2.0 (GNU GPL-2), as published by #
# the Free Software Foundation. #
# #
# This R package was created for academic research and was publicly #
# released in the hope that it will be useful, but it comes WITHOUT #
# ANY WARRANTY OR LIABILITY. #
# Visit our website for more info: https://msberends.gitab.io/AMR. #
2018-12-30 08:40:40 +01:00
# ==================================================================== #
2019-01-02 23:24:07 +01:00
url: https://msberends.gitlab.io/AMR
2018-12-29 22:24:19 +01:00
title: 'AMR (for R)'
navbar:
title: 'AMR (for R)'
left:
- text: 'Home'
icon: 'fa-home'
href: 'index.html'
2019-01-02 23:24:07 +01:00
- text: 'How to'
icon: 'fa-question-circle'
menu:
- text: 'Conduct AMR analysis'
icon: 'fa-directions'
href: 'articles/AMR.html'
- text: 'Predict antimicrobial resistance'
icon: 'fa-dice'
href: 'articles/Predict.html'
- text: 'Apply EUCAST rules'
icon: 'fa-exchange-alt'
href: 'articles/EUCAST.html'
- text: 'Get properties of a microorganism'
icon: 'fa-bug'
href: 'articles/mo_property.html'
- text: 'Get properties of an antibiotic'
icon: 'fa-capsules'
href: 'articles/ab_property.html'
- text: 'Create frequency tables'
icon: 'fa-sort-amount-down'
href: 'articles/freq.html'
- text: 'Use the G-test'
icon: 'fa-clipboard-check'
href: 'articles/G_test.html'
2019-01-11 20:37:23 +01:00
- text: 'Other: benchmarks'
icon: 'fa-shipping-fast'
href: 'articles/benchmarks.html'
2018-12-29 22:24:19 +01:00
- text: 'Manual'
icon: 'fa-book-open'
href: 'reference/'
- text: 'Authors'
icon: 'fa-users'
href: 'authors.html'
- text: 'Changelog'
icon: 'far fa-newspaper'
href: 'news/'
2019-01-02 23:24:07 +01:00
right:
2018-12-29 22:24:19 +01:00
- text: 'Source Code'
icon: 'fab fa-gitlab'
href: 'https://gitlab.com/msberends/AMR'
- text: 'Licence'
icon: 'fa-book'
href: 'LICENSE-text.html'
reference:
- title: 'Background information'
2019-01-06 16:40:55 +01:00
desc: >
2019-01-11 20:37:23 +01:00
Some pages about our package and its external sources. Be sure to read our [How To's](./../articles/index.html)
for more information about how to work with functions in this package.
2019-01-06 16:40:55 +01:00
contents:
2019-01-06 20:23:49 +01:00
- '`AMR`'
- '`ITIS`'
- title: 'Cleaning your data'
2018-12-29 22:24:19 +01:00
desc: >
Functions for cleaning and optimising your data, to be able
to add variables later on (like taxonomic properties) or to
2019-01-02 23:24:07 +01:00
fix and extend antibiotic interpretations by applying [EUCAST rules](http://www.eucast.org/expert_rules_and_intrinsic_resistance/).
2018-12-29 22:24:19 +01:00
contents:
- starts_with("as.")
- '`eucast_rules`'
2019-01-11 20:37:23 +01:00
- '`guess_ab_col`'
2018-12-29 22:24:19 +01:00
- '`read.4D`'
- title: 'Adding variables to your data'
2018-12-29 22:24:19 +01:00
desc: >
Functions to add new data to existing data, like the determination
of first isolates,
contents:
- '`first_isolate`'
- '`mdro`'
- '`key_antibiotics`'
- '`mo_property`'
- '`ab_property`'
- '`atc_property`'
- '`abname`'
- '`age`'
- '`age_groups`'
- '`p.symbol`'
- '`join`'
- title: 'Analysing your data'
2018-12-29 22:24:19 +01:00
desc: >
Functions for conducting AMR analysis
contents:
- '`count`'
- '`portion`'
- '`freq`'
- '`g.test`'
- '`ggplot_rsi`'
- '`kurtosis`'
- '`resistance_predict`'
- '`rsi`'
- '`skewness`'
- title: 'Included data sets'
2018-12-29 22:24:19 +01:00
desc: >
References for microorganisms and antibiotics, and even a
genuine data set with isolates from septic patients.
contents:
- '`antibiotics`'
- '`microorganisms`'
- '`septic_patients`'
- '`microorganisms.certe`'
- '`microorganisms.old`'
- '`microorganisms.umcg`'
- '`supplementary_data`'
- title: Other
2019-01-11 20:37:23 +01:00
desc: >
These functions are mostly for internal use, but some of
them may also be suitable for your analysis. Especially the
'like' function can be useful: `if (x %like% y) {...}`.
2018-12-29 22:24:19 +01:00
contents:
- '`get_locale`'
- '`like`'
- '`mo_failures`'
- '`mo_renamed`'
authors:
Matthijs S. Berends:
href: https://www.rug.nl/staff/m.s.berends/
Christian F. Luz:
href: https://www.rug.nl/staff/c.f.luz/
Corinna Glasner:
href: https://www.rug.nl/staff/c.glasner/
Alex W. Friedrich:
href: https://www.rug.nl/staff/a.w.friedrich/
Bhanu N. M. Sinha:
href: https://www.rug.nl/staff/b.sinha/
template:
2019-01-02 23:24:07 +01:00
assets: pkgdown/logos # use logos in this folder
2018-12-29 22:24:19 +01:00
params:
noindex: false
bootswatch: flatly
docsearch:
# using algolia.com
api_key: 'f737050abfd4d726c63938e18f8c496e'
index_name: 'amr'