mirror of https://github.com/msberends/AMR.git
50 lines
2.1 KiB
R
Executable File
50 lines
2.1 KiB
R
Executable File
# ==================================================================== #
|
|
# TITLE #
|
|
# Antimicrobial Resistance (AMR) Analysis #
|
|
# #
|
|
# AUTHORS #
|
|
# Berends MS (m.s.berends@umcg.nl), Luz CF (c.f.luz@umcg.nl) #
|
|
# #
|
|
# LICENCE #
|
|
# This program is free software; you can redistribute it and/or modify #
|
|
# it under the terms of the GNU General Public License version 2.0, #
|
|
# as published by the Free Software Foundation. #
|
|
# #
|
|
# This program is distributed in the hope that it will be useful, #
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
|
# GNU General Public License for more details. #
|
|
# ==================================================================== #
|
|
|
|
globalVariables(c('abname',
|
|
'atc',
|
|
'bactid',
|
|
'cnt',
|
|
'count',
|
|
'cum_count',
|
|
'cum_percent',
|
|
'date_lab',
|
|
'days_diff',
|
|
'fctlvl',
|
|
'first_isolate_row_index',
|
|
'fullname',
|
|
'genus',
|
|
'gramstain',
|
|
'item',
|
|
'key_ab',
|
|
'key_ab_lag',
|
|
'key_ab_other',
|
|
'median',
|
|
'mic',
|
|
'mocode',
|
|
'molis',
|
|
'n',
|
|
'other_pat_or_mo',
|
|
'patient_id',
|
|
'quantile',
|
|
'real_first_isolate',
|
|
'species',
|
|
'umcg',
|
|
'y',
|
|
'.'))
|