msberends / AMR

Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by using evidence-based methods, as described in https://doi.org/10.18637/jss.v104.i03.
https://msberends.github.io/AMR/
Other
83 stars 12 forks source link

Clean up `mo_is_yeast()` #60

Closed msberends closed 2 years ago

msberends commented 2 years ago

mo_is_yeast() only requires the kingdom and class, yet the phylum and order are also determined:

https://github.com/msberends/AMR/blob/70a07bad3995aa71993c56bf6634a6fafbcacc39/R/mo_property.R#L424-L448

msberends commented 2 years ago

fixed in main