mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 19:01:51 +02:00
new relative episode determination in get_episode()
, fix for plotting disk/MIC values
This commit is contained in:
@ -95,8 +95,8 @@ new_mo_codes <- breakpoints %>%
|
||||
new_mo_codes %>%
|
||||
mutate(code = toupper(ORGANISM_CODE)) %>%
|
||||
rename(mo_new = mo) %>%
|
||||
left_join(microorganisms.codes) %>%
|
||||
filter(mo != mo_new)
|
||||
left_join(microorganisms.codes %>% rename(mo_old = mo)) %>%
|
||||
filter(mo_old != mo_new)
|
||||
|
||||
microorganisms.codes <- microorganisms.codes %>%
|
||||
filter(!code %in% toupper(new_mo_codes$ORGANISM_CODE)) %>%
|
||||
|
Reference in New Issue
Block a user