mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 01:22:25 +02:00
Catalogue of Life, replaces ITIS
This commit is contained in:
@ -548,6 +548,7 @@ eucast_rules <- function(tbl,
|
||||
tbl <- tbl %>%
|
||||
mutate_at(vars(col_mo), as.mo) %>%
|
||||
left_join_microorganisms(by = col_mo, suffix = c("_oldcols", "")) %>%
|
||||
mutate(gramstain = mo_gramstain(pull(., col_mo))) %>%
|
||||
as.data.frame(stringsAsFactors = FALSE)
|
||||
|
||||
if (info == TRUE) {
|
||||
|
Reference in New Issue
Block a user