1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 05:41:59 +02:00

(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms() and fixed Python wrapper

This commit is contained in:
2025-01-26 23:01:17 +01:00
parent 92c4fc0f94
commit 66833b4f5a
46 changed files with 1786 additions and 1842 deletions

View File

@ -32,6 +32,8 @@ S3method(Ops,mic)
S3method(Summary,mic)
S3method(all,amr_selector)
S3method(all,amr_selector_any_all)
S3method(antibiogram,default)
S3method(antibiogram,grouped_df)
S3method(any,amr_selector)
S3method(any,amr_selector_any_all)
S3method(as.data.frame,ab)
@ -219,6 +221,7 @@ export(g.test)
export(geom_sir)
export(get_AMR_locale)
export(get_episode)
export(get_long_numeric_format)
export(get_mo_source)
export(ggplot_pca)
export(ggplot_sir)
@ -335,9 +338,11 @@ export(streptogramins)
export(susceptibility)
export(tetracyclines)
export(theme_sir)
export(top_n_microorganisms)
export(translate_AMR)
export(trimethoprims)
export(ureidopenicillins)
export(wisca)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)