AMR/_pkgdown.yml

193 lines
6.6 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. #
2019-04-05 18:47:39 +02:00
# Visit our website for more info: https://msberends.gitlab.io/AMR. #
2018-12-30 08:40:40 +01:00
# ==================================================================== #
2019-06-09 08:57:54 +02:00
title: "AMR (for R)"
url: "https://msberends.gitlab.io/AMR"
2019-05-31 20:25:57 +02:00
development:
2019-06-09 08:57:54 +02:00
mode: "release" # improves indexing by search engines
version_tooltip: "Latest development version"
2019-05-31 20:25:57 +02:00
news:
one_page: true
2018-12-29 22:24:19 +01:00
navbar:
2019-06-09 08:57:54 +02:00
title: "AMR (for R)"
2018-12-29 22:24:19 +01:00
left:
2019-06-09 08:57:54 +02:00
- text: "Home"
icon: "fa-home"
href: "index.html"
- text: "How to"
icon: "fa-question-circle"
2019-01-02 23:24:07 +01:00
menu:
2019-06-09 08:57:54 +02:00
- text: "Conduct AMR analysis"
icon: "fa-directions"
href: "articles/AMR.html"
- text: "Predict antimicrobial resistance"
icon: "fa-dice"
href: "articles/resistance_predict.html"
- text: "Determine multi-drug resistance (MDR)"
icon: "fa-skull-crossbones"
href: "articles/MDR.html"
- text: "Work with WHONET data"
icon: "fa-globe-americas"
href: "articles/WHONET.html"
- text: "Import data from SPSS/SAS/Stata"
icon: "fa-file-upload"
href: "articles/SPSS.html"
- text: "Apply EUCAST rules"
icon: "fa-exchange-alt"
href: "articles/EUCAST.html"
- text: "Get properties of a microorganism"
icon: "fa-bug"
href: "reference/mo_property.html" # reference instead of article
- text: "Get properties of an antibiotic"
icon: "fa-capsules"
href: "reference/ab_property.html" # reference instead of article
- text: "Other: benchmarks"
icon: "fa-shipping-fast"
href: "articles/benchmarks.html"
- 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:
2019-06-09 08:57:54 +02:00
- text: "Source Code"
icon: "fab fa-gitlab"
href: "https://gitlab.com/msberends/AMR"
- text: "Licence"
icon: "fa-book"
href: "LICENSE-text.html"
2018-12-29 22:24:19 +01:00
reference:
2019-06-09 08:57:54 +02:00
- title: "Background information"
2019-01-21 15:53:01 +01:00
desc: >
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.
contents:
2019-06-09 08:57:54 +02:00
- "`AMR`"
- "`catalogue_of_life`"
- "`catalogue_of_life_version`"
- "`WHOCC`"
- title: "Cleaning your data"
2019-01-21 15:53:01 +01:00
desc: >
Functions for cleaning and optimising your data, to be able to add
variables later on (like taxonomic properties) or to fix and extend
antibiotic interpretations by applying [EUCAST rules](http://www.eucast.org/expert_rules_and_intrinsic_resistance/).
contents:
- starts_with("as.")
2019-06-09 08:57:54 +02:00
- "`mo_source`"
- "`eucast_rules`"
- "`rsi_translation`"
- "`guess_ab_col`"
- "`read.4D`"
- title: "Adding variables to your data"
2019-01-21 15:53:01 +01:00
desc: >
Functions to add new data to existing data, like the determination
of first isolates, multi-drug resistant microorganisms (MDRO), getting
properties of microorganisms or antibiotics and determining the age of
patients or divide ages into age groups.
contents:
2019-06-09 08:57:54 +02:00
- "`first_isolate`"
- "`mdro`"
- "`key_antibiotics`"
- "`mo_property`"
- "`ab_property`"
- "`age`"
- "`age_groups`"
- "`p.symbol`"
- "`join`"
- "`atc_online_property`"
- title: "Analysing your data"
2019-01-21 15:53:01 +01:00
desc: >
Functions for conducting AMR analysis, like counting isolates, calculating
2019-07-29 13:33:48 +02:00
resistance or susceptibility, or make plots.
2019-01-21 15:53:01 +01:00
contents:
2019-06-09 08:57:54 +02:00
- "`availability`"
- "`count`"
- "`portion`"
- "`filter_ab_class`"
- "`g.test`"
- "`ggplot_rsi`"
- "`kurtosis`"
- "`resistance_predict`"
- "`skewness`"
- title: "Included data sets"
2019-01-21 15:53:01 +01:00
desc: >
References for microorganisms and antibiotics, and even a
genuine data set with isolates from septic patients.
contents:
2019-06-09 08:57:54 +02:00
- "`antibiotics`"
- "`microorganisms`"
- "`septic_patients`"
- "`WHONET`"
- "`microorganisms.codes`"
- "`microorganisms.old`"
2019-03-15 13:57:25 +01:00
- title: Other functions
2019-01-21 15:53:01 +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) {...}`.
contents:
2019-06-09 08:57:54 +02:00
- "`get_locale`"
- "`like`"
- title: Extended functions
desc: >
These functions are extensions of functions in other packages.
contents:
- "`extended-functions`"
- title: functions
2019-03-15 13:57:25 +01:00
desc: >
These functions are deprecated, meaning that they still
work but show a warning with every use and will be removed
in a future version.
contents:
2019-06-09 08:57:54 +02:00
- "`AMR-deprecated`"
2019-01-26 23:22:56 +01:00
2018-12-29 22:24:19 +01:00
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/
Alex W. Friedrich:
href: https://www.rug.nl/staff/a.w.friedrich/
Bhanu N. M. Sinha:
href: https://www.rug.nl/staff/b.sinha/
2019-08-14 14:57:06 +02:00
Casper J. Albers:
href: https://www.rug.nl/staff/c.j.albers/
Corinna Glasner:
href: https://www.rug.nl/staff/c.glasner/
2018-12-29 22:24:19 +01:00
template:
2019-06-09 08:57:54 +02:00
assets: "pkgdown/logos" # use logos in this folder
2018-12-29 22:24:19 +01:00
params:
noindex: false
2019-06-09 08:57:54 +02:00
bootswatch: "flatly"
2018-12-29 22:24:19 +01:00
docsearch:
# using algolia.com
2019-06-09 08:57:54 +02:00
api_key: "f737050abfd4d726c63938e18f8c496e"
index_name: "amr"