AMR/R/globals.R

102 lines
3.8 KiB
R
Raw Normal View History

2018-02-21 11:52:31 +01:00
# ==================================================================== #
# TITLE #
# Antimicrobial Resistance (AMR) Analysis #
# #
2019-01-02 23:24:07 +01:00
# SOURCE #
# https://gitlab.com/msberends/AMR #
2018-02-21 11:52:31 +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-02-21 11:52:31 +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-02-21 11:52:31 +01:00
# ==================================================================== #
2018-09-01 21:19:46 +02:00
globalVariables(c(".",
2018-09-24 23:33:29 +02:00
"..property",
2018-09-01 21:19:46 +02:00
"antibiotic",
"Antibiotic",
"antibiotics",
2019-01-17 12:08:04 +01:00
"atc",
2018-09-24 23:33:29 +02:00
"authors",
2018-10-01 11:39:43 +02:00
"Becker",
2019-01-17 12:08:04 +01:00
"certe",
2018-09-01 21:19:46 +02:00
"cnt",
2019-02-20 00:04:48 +01:00
"col_id",
2018-09-01 21:19:46 +02:00
"count",
2018-10-01 11:39:43 +02:00
"count.x",
"count.y",
2018-09-01 21:19:46 +02:00
"cum_count",
"cum_percent",
"date_lab",
2018-10-01 14:44:40 +02:00
"diff.percent",
2018-09-01 21:19:46 +02:00
"fctlvl",
2019-01-29 20:38:45 +01:00
"First name",
2018-09-01 21:19:46 +02:00
"first_isolate_row_index",
"Freq",
2018-09-24 23:33:29 +02:00
"fullname",
2018-09-01 21:19:46 +02:00
"genus",
"gramstain",
2018-11-16 22:28:55 +01:00
"index",
2018-09-01 21:19:46 +02:00
"Interpretation",
"item",
"key_ab",
"key_ab_lag",
"key_ab_other",
2019-02-20 00:04:48 +01:00
"kingdom",
2019-01-17 12:08:04 +01:00
"labs",
2018-10-01 11:39:43 +02:00
"Lancefield",
2019-01-29 20:38:45 +01:00
"Last name",
2018-09-16 22:11:17 +02:00
"lbl",
2018-09-01 21:19:46 +02:00
"median",
"mic",
"microorganisms",
2019-01-21 15:53:01 +01:00
"microorganisms.codes",
2018-09-24 23:33:29 +02:00
"microorganisms.old",
2018-10-31 12:10:49 +01:00
"microorganisms.oldDT",
2019-01-17 12:08:04 +01:00
"microorganisms.prevDT",
"microorganisms.unprevDT",
"microorganismsDT",
2018-09-01 21:19:46 +02:00
"mo",
2018-09-24 23:33:29 +02:00
"mo.old",
2019-01-02 23:24:07 +01:00
"more_than_episode_ago",
2018-09-01 21:19:46 +02:00
"n",
2018-09-24 23:33:29 +02:00
"name",
2018-09-01 21:19:46 +02:00
"observations",
2019-01-17 12:08:04 +01:00
"observed",
"official",
2018-09-01 21:19:46 +02:00
"other_pat_or_mo",
"Pasted",
"patient_id",
2019-02-20 00:04:48 +01:00
"phylum",
"prevalence",
2019-02-20 00:04:48 +01:00
"prevalent",
2018-10-23 14:59:36 +02:00
"psae",
2018-09-01 21:19:46 +02:00
"R",
"real_first_isolate",
2019-01-17 12:08:04 +01:00
"ref",
2018-09-01 21:19:46 +02:00
"S",
2019-01-17 12:08:04 +01:00
"se_max",
"se_min",
2018-09-01 21:19:46 +02:00
"septic_patients",
2019-01-29 20:38:45 +01:00
"Sex",
"shortname",
2018-09-01 21:19:46 +02:00
"species",
2019-02-20 00:04:48 +01:00
"superprevalent",
2019-01-17 12:08:04 +01:00
"trade_name",
"transmute",
2018-09-24 23:33:29 +02:00
"tsn",
"tsn_new",
2019-01-17 12:08:04 +01:00
"umcg",
2018-09-01 21:19:46 +02:00
"value",
2018-09-16 22:11:17 +02:00
"Value",
2018-09-24 23:33:29 +02:00
"y",
"year"))