mirror of https://github.com/msberends/AMR.git
95 lines
3.6 KiB
R
Executable File
95 lines
3.6 KiB
R
Executable File
# ==================================================================== #
|
|
# TITLE #
|
|
# Antimicrobial Resistance (AMR) Analysis #
|
|
# #
|
|
# SOURCE #
|
|
# https://gitlab.com/msberends/AMR #
|
|
# #
|
|
# LICENCE #
|
|
# (c) 2019 Berends MS (m.s.berends@umcg.nl), Luz CF (c.f.luz@umcg.nl) #
|
|
# #
|
|
# 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.gitlab.io/AMR. #
|
|
# ==================================================================== #
|
|
|
|
globalVariables(c(".",
|
|
"..property",
|
|
"ab",
|
|
"abbreviations",
|
|
"antibiotic",
|
|
"CNS_CPS",
|
|
"col_id",
|
|
"count",
|
|
"count.x",
|
|
"date_lab",
|
|
"diff.percent",
|
|
"First name",
|
|
"first_isolate_row_index",
|
|
"fullname",
|
|
"fullname_lower",
|
|
"genus",
|
|
"gramstain",
|
|
"group",
|
|
"index",
|
|
"input",
|
|
"interpretation",
|
|
"isolates",
|
|
"item",
|
|
"key_ab",
|
|
"key_ab_lag",
|
|
"key_ab_other",
|
|
"kingdom",
|
|
"lang",
|
|
"Last name",
|
|
"lookup",
|
|
"mdr",
|
|
"median",
|
|
"microorganisms",
|
|
"missing_names",
|
|
"mo",
|
|
"mono_count",
|
|
"more_than_episode_ago",
|
|
"name",
|
|
"new",
|
|
"newvar_date",
|
|
"newvar_genus_species",
|
|
"newvar_mo",
|
|
"newvar_patient_id",
|
|
"newvar_row_index",
|
|
"newvar_row_index_sorted",
|
|
"observations",
|
|
"observed",
|
|
"old",
|
|
"other_pat_or_mo",
|
|
"patient_id",
|
|
"pattern",
|
|
"plural",
|
|
"prevalence",
|
|
"R",
|
|
"real_first_isolate",
|
|
"ref",
|
|
"rule_group",
|
|
"rule_name",
|
|
"S",
|
|
"se_max",
|
|
"se_min",
|
|
"second",
|
|
"Sex",
|
|
"species",
|
|
"species_id",
|
|
"subspecies",
|
|
"synonyms",
|
|
"total",
|
|
"txt",
|
|
"value",
|
|
"xdr",
|
|
"y",
|
|
"year"))
|