1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 22:41:52 +02:00

(v0.7.1.9059) bug_drug_combinations

This commit is contained in:
2019-08-25 22:53:22 +02:00
parent 7c069145ac
commit e46cb0399f
23 changed files with 1081 additions and 230 deletions

View File

@ -23,6 +23,7 @@ S3method(c,ab)
S3method(c,mo)
S3method(droplevels,mic)
S3method(droplevels,rsi)
S3method(format,bugdrug)
S3method(freq,mo)
S3method(freq,rsi)
S3method(kurtosis,data.frame)
@ -37,6 +38,7 @@ S3method(plot,mic)
S3method(plot,resistance_predict)
S3method(plot,rsi)
S3method(print,ab)
S3method(print,bugdrug)
S3method(print,catalogue_of_life_version)
S3method(print,disk)
S3method(print,mic)
@ -81,6 +83,7 @@ export(atc_online_groups)
export(atc_online_property)
export(availability)
export(brmo)
export(bug_drug_combinations)
export(catalogue_of_life_version)
export(count_I)
export(count_IR)
@ -108,6 +111,7 @@ export(filter_glycopeptides)
export(filter_macrolides)
export(filter_tetracyclines)
export(first_isolate)
export(freq)
export(full_join_microorganisms)
export(g.test)
export(geom_rsi)
@ -197,6 +201,7 @@ exportMethods(c.ab)
exportMethods(c.mo)
exportMethods(droplevels.mic)
exportMethods(droplevels.rsi)
exportMethods(format.bugdrug)
exportMethods(freq.mo)
exportMethods(freq.rsi)
exportMethods(kurtosis)
@ -206,6 +211,7 @@ exportMethods(kurtosis.matrix)
exportMethods(plot.mic)
exportMethods(plot.rsi)
exportMethods(print.ab)
exportMethods(print.bugdrug)
exportMethods(print.catalogue_of_life_version)
exportMethods(print.disk)
exportMethods(print.mic)
@ -223,6 +229,7 @@ exportMethods(summary.mic)
exportMethods(summary.mo)
exportMethods(summary.rsi)
importFrom(clean,freq)
importFrom(clean,freq.default)
importFrom(clean,top_freq)
importFrom(crayon,bgGreen)
importFrom(crayon,bgRed)
@ -272,6 +279,7 @@ importFrom(dplyr,n_distinct)
importFrom(dplyr,n_groups)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
@ -300,6 +308,8 @@ importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,browseURL)
importFrom(utils,installed.packages)
importFrom(utils,menu)