mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 08:21:51 +02:00
(v1.5.0.9031) math processing of MICs
This commit is contained in:
@ -44,6 +44,11 @@ is.mic(mic_data)
|
||||
# this can also coerce combined MIC/RSI values:
|
||||
as.mic("<=0.002; S") # will return <=0.002
|
||||
|
||||
# mathematical processing treats MICs as numeric values
|
||||
fivenum(mic_data)
|
||||
quantile(mic_data)
|
||||
all(mic_data < 512)
|
||||
|
||||
# interpret MIC values
|
||||
as.rsi(x = as.mic(2),
|
||||
mo = as.mo("S. pneumoniae"),
|
||||
|
Reference in New Issue
Block a user