Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Eucast Expert Rules (Stenotrophomonas maltophilia and CAZ) #1

Closed
remi-leguern opened this issue Oct 22, 2019 · 3 comments
Closed
Labels
bug Something isn't working, labelled wrong or otherwise erroneous

Comments

@remi-leguern
Copy link

Using the function eucast_rules(), Stenotrophomonas maltophilia isolates should not be interpreted "R" to ceftazidime.

Indeed, it was updated in v3.1 of EUCAST Expert Rules ( http://www.eucast.org/fileadmin/src/media/PDFs/EUCAST_files/Expert_Rules/Expert_rules_intrinsic_exceptional_V3.1.pdf ) :
"Table 2: Ceftazidime R deleted for Stenotrophomonas maltophilia"

Anyways, thank you a lot for your work. This package is very useful to analyze antimicrobial resistance data.

@msberends
Copy link
Owner

That's completely true, thanks for the catch! Fixing this right away.

@msberends msberends added bug Something isn't working, labelled wrong or otherwise erroneous good first issue labels Oct 22, 2019
@msberends
Copy link
Owner

Now it keeps quiet 😄

eucast_rules(data.frame(mo = "S. maltophila",
                        cefta = "S"))
#> NOTE: Using column `mo` as input for `col_mo`.
#> NOTE: Auto-guessing columns suitable for analysis...
#> NOTE: Using column `cefta` as input for `CAZ` (ceftazidime).
#
# (...)
#
#> -----------------------------------------------------------------
#> EUCAST rules affected 0 out of 1 rows, making a total of 0 edits
#> => added 0 test results
#> => changed 0 test results
#> -----------------------------------------------------------------

This was fixed here to be precise. Thanks again.

@remi-leguern
Copy link
Author

remi-leguern commented Oct 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, labelled wrong or otherwise erroneous
Projects
None yet
Development

No branches or pull requests

2 participants