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 #
|
2020-01-05 17:22:09 +01:00
|
|
|
# (c) 2018-2020 Berends MS, Luz CF et al. #
|
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. #
|
|
|
|
# #
|
2020-01-05 17:22:09 +01:00
|
|
|
# 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. #
|
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"
|
2020-03-07 21:48:21 +01:00
|
|
|
- text: "Conduct principal component analysis for AMR"
|
|
|
|
icon: "fa-compress"
|
|
|
|
href: "articles/PCA.html"
|
2019-06-09 08:57:54 +02:00
|
|
|
- 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: "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
|
|
|
- "`eucast_rules`"
|
|
|
|
- "`guess_ab_col`"
|
2019-11-18 12:10:47 +01:00
|
|
|
- "`mo_source`"
|
|
|
|
- title: "Enhancing your data"
|
2019-01-21 15:53:01 +01:00
|
|
|
desc: >
|
2019-11-18 12:10:47 +01:00
|
|
|
Functions to add new data to your existing data, such as the determination
|
2019-01-21 15:53:01 +01:00
|
|
|
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-11-18 12:10:47 +01:00
|
|
|
- "`ab_property`"
|
|
|
|
- "`age_groups`"
|
|
|
|
- "`age`"
|
|
|
|
- "`atc_online_property`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`first_isolate`"
|
2019-11-18 12:10:47 +01:00
|
|
|
- "`join`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`key_antibiotics`"
|
2019-11-18 12:10:47 +01:00
|
|
|
- "`mdro`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`mo_property`"
|
2019-09-15 22:57:30 +02:00
|
|
|
- "`p_symbol`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- 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:
|
2020-03-07 21:48:21 +01:00
|
|
|
- "`proportion`"
|
|
|
|
- "`count`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`availability`"
|
2019-08-26 16:02:03 +02:00
|
|
|
- "`bug_drug_combinations`"
|
2020-03-07 21:48:21 +01:00
|
|
|
- "`resistance_predict`"
|
|
|
|
- "`pca`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`filter_ab_class`"
|
|
|
|
- "`g.test`"
|
|
|
|
- "`ggplot_rsi`"
|
2020-03-07 21:48:21 +01:00
|
|
|
- "`ggplot_pca`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`kurtosis`"
|
|
|
|
- "`skewness`"
|
|
|
|
- title: "Included data sets"
|
2019-01-21 15:53:01 +01:00
|
|
|
desc: >
|
2019-11-18 12:10:47 +01:00
|
|
|
Scientifically reliable references for microorganisms and
|
|
|
|
antibiotics, and example data sets to use for practise.
|
2019-01-21 15:53:01 +01:00
|
|
|
contents:
|
2020-03-07 21:48:21 +01:00
|
|
|
- "`microorganisms`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`antibiotics`"
|
2019-11-18 12:10:47 +01:00
|
|
|
- "`antivirals`"
|
2019-08-27 16:45:42 +02:00
|
|
|
- "`example_isolates`"
|
2020-02-21 21:13:38 +01:00
|
|
|
- "`example_isolates_unclean`"
|
2020-03-07 21:48:21 +01:00
|
|
|
- "`rsi_translation`"
|
2019-06-09 08:57:54 +02:00
|
|
|
- "`microorganisms.codes`"
|
|
|
|
- "`microorganisms.old`"
|
2019-11-18 12:10:47 +01:00
|
|
|
- "`WHONET`"
|
|
|
|
- title: "Background information"
|
|
|
|
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:
|
|
|
|
- "`AMR`"
|
|
|
|
- "`catalogue_of_life`"
|
|
|
|
- "`catalogue_of_life_version`"
|
|
|
|
- "`WHOCC`"
|
2020-01-08 11:30:33 +01:00
|
|
|
- "`lifecycle`"
|
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`"
|
2019-11-23 12:39:57 +01:00
|
|
|
- "`like`"
|
|
|
|
- title: Deprecated functions
|
2019-03-15 13:57:25 +01:00
|
|
|
desc: >
|
2019-11-18 12:10:47 +01:00
|
|
|
These functions are deprecated, meaning that they will still
|
2019-03-15 13:57:25 +01:00
|
|
|
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:
|
2020-01-26 20:38:54 +01:00
|
|
|
Matthijs S. Berends:
|
2018-12-29 22:24:19 +01:00
|
|
|
href: https://www.rug.nl/staff/m.s.berends/
|
2020-01-26 20:38:54 +01:00
|
|
|
Christian F. Luz:
|
2018-12-29 22:24:19 +01:00
|
|
|
href: https://www.rug.nl/staff/c.f.luz/
|
2020-01-26 20:38:54 +01:00
|
|
|
Alexander W. Friedrich:
|
2018-12-29 22:24:19 +01:00
|
|
|
href: https://www.rug.nl/staff/a.w.friedrich/
|
2020-01-26 20:38:54 +01:00
|
|
|
Bhanu N. M. Sinha:
|
2018-12-29 22:24:19 +01:00
|
|
|
href: https://www.rug.nl/staff/b.sinha/
|
2020-01-26 20:38:54 +01:00
|
|
|
Casper J. Albers:
|
2019-08-14 14:57:06 +02:00
|
|
|
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"
|