mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:02:03 +02:00
Fixes for Salmonella
This commit is contained in:
4
R/zzz.R
4
R/zzz.R
@ -214,8 +214,8 @@ create_MO_lookup <- function() {
|
||||
MO_lookup$fullname_lower <- MO_FULLNAME_LOWER
|
||||
}
|
||||
MO_lookup$full_first <- substr(MO_lookup$fullname_lower, 1, 1)
|
||||
MO_lookup$species_first <- substr(MO_lookup$species, 1, 1)
|
||||
|
||||
MO_lookup$species_first <- tolower(substr(MO_lookup$species, 1, 1)) # tolower for groups (Streptococcus, Salmonella)
|
||||
MO_lookup$subspecies_first <- tolower(substr(MO_lookup$subspecies, 1, 1)) # tolower for Salmonella serovars
|
||||
MO_lookup
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user