-
Notifications
You must be signed in to change notification settings - Fork 14
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
NA converted to first defined custom micro-organism #107
Comments
Thanks for using our package! True, that's a bug! Seems easy to fix, I'll look into it. Many thanks for catching it. |
I want to point out though, in your Should not be much of a problem since the matching score will be high enough to end up with |
My incoming files have a lot of odd spellings in them, though this was my typo! AMRforR does a great job of regularising them - thank you! |
The problem was (strangely enough) an internal issue with SNOMED codes when using You're welcome to test the latest beta: remotes::install_github("msberends/AMR") |
Thanks for the super quick fix!
On Mon, 8 May 2023, at 12:07 PM, Dr. Matthijs Berends wrote:
The problem was (strangely enough) an internal issue with SNOMED codes when using `NA` as input and using custom microorganism codes. Anyway, fixed now!
You're welcome to test the latest beta:
`remotes::install_github("msberends/AMR")
`
…
—
Reply to this email directly, view it on GitHub <#107 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACIUJWYWVU2V7YW7545L6GTXFDHWHANCNFSM6AAAAAAXY6PS74>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
When a data frame has an NA in the list of isolate names and you define a custom microorganism, then run as.mo, the NA is replaced with the name of the custom microorganism
The text was updated successfully, but these errors were encountered: