mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 20:41:58 +02:00
update prevalence with new phyla
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
4cb5e83062897061b17ddac6d5cd31d7
|
||||
0a4241916334341aa70923aac880997d
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -733,11 +733,14 @@ taxonomy <- taxonomy %>%
|
||||
~ 1,
|
||||
kingdom %in% c("Archaea", "Bacteria", "Chromista", "Fungi") &
|
||||
(phylum %in% c(
|
||||
"Proteobacteria",
|
||||
"Firmicutes",
|
||||
"Bacillota", # this one is new - this was renamed from Firmicutes by Gibbons et al., 2021
|
||||
"Actinobacteria",
|
||||
"Sarcomastigophora"
|
||||
"Sarcomastigophora",
|
||||
"Firmicutes", # old, now Bacillota
|
||||
"Bacillota",
|
||||
"Proteobacteria", # old, now Pseudomonadota
|
||||
"Pseudomonadota",
|
||||
"Actinobacteria", # old, now Actinomycetota
|
||||
"Actinomycetota"
|
||||
|
||||
) |
|
||||
genus %in% MO_PREVALENT_GENERA)
|
||||
~ 2,
|
||||
|
Reference in New Issue
Block a user