AMR 3.0.0.9002__py3-none-any.whl → 3.0.0.9004__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- AMR/__init__.py +6 -0
- AMR/functions.py +18 -0
- {amr-3.0.0.9002.dist-info → amr-3.0.0.9004.dist-info}/METADATA +1 -1
- amr-3.0.0.9004.dist-info/RECORD +7 -0
- amr-3.0.0.9002.dist-info/RECORD +0 -7
- {amr-3.0.0.9002.dist-info → amr-3.0.0.9004.dist-info}/WHEEL +0 -0
- {amr-3.0.0.9002.dist-info → amr-3.0.0.9004.dist-info}/top_level.txt +0 -0
AMR/__init__.py
CHANGED
@@ -25,6 +25,12 @@ from .functions import add_custom_microorganisms
|
|
25
25
|
from .functions import clear_custom_microorganisms
|
26
26
|
from .functions import age
|
27
27
|
from .functions import age_groups
|
28
|
+
from .functions import all_mic
|
29
|
+
from .functions import all_mic_predictors
|
30
|
+
from .functions import all_sir
|
31
|
+
from .functions import all_sir_predictors
|
32
|
+
from .functions import step_mic_log2
|
33
|
+
from .functions import step_sir_numeric
|
28
34
|
from .functions import antibiogram
|
29
35
|
from .functions import wisca
|
30
36
|
from .functions import retrieve_wisca_parameters
|
AMR/functions.py
CHANGED
@@ -105,6 +105,24 @@ def age(x, *args, **kwargs):
|
|
105
105
|
def age_groups(x, *args, **kwargs):
|
106
106
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
107
107
|
return convert_to_python(amr_r.age_groups(x, *args, **kwargs))
|
108
|
+
def all_mic(*args, **kwargs):
|
109
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
110
|
+
return convert_to_python(amr_r.all_mic(*args, **kwargs))
|
111
|
+
def all_mic_predictors(*args, **kwargs):
|
112
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
113
|
+
return convert_to_python(amr_r.all_mic_predictors(*args, **kwargs))
|
114
|
+
def all_sir(*args, **kwargs):
|
115
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
116
|
+
return convert_to_python(amr_r.all_sir(*args, **kwargs))
|
117
|
+
def all_sir_predictors(*args, **kwargs):
|
118
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
119
|
+
return convert_to_python(amr_r.all_sir_predictors(*args, **kwargs))
|
120
|
+
def step_mic_log2(recipe, *args, **kwargs):
|
121
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
122
|
+
return convert_to_python(amr_r.step_mic_log2(recipe, *args, **kwargs))
|
123
|
+
def step_sir_numeric(recipe, *args, **kwargs):
|
124
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
125
|
+
return convert_to_python(amr_r.step_sir_numeric(recipe, *args, **kwargs))
|
108
126
|
def antibiogram(x, *args, **kwargs):
|
109
127
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
110
128
|
return convert_to_python(amr_r.antibiogram(x, *args, **kwargs))
|
@@ -0,0 +1,7 @@
|
|
1
|
+
AMR/__init__.py,sha256=ZNl9ZnfkNuZCBu7bcKs7y9_fp6-AOzuvJ8wNqzlPgTk,7989
|
2
|
+
AMR/datasets.py,sha256=zNOGHIBZvcAx2Z2QF9gIccSkQkWW0CX9pEVBOVR-7gs,2430
|
3
|
+
AMR/functions.py,sha256=goXl_k5v2SCI15zHpyU8CA1MCYi_l_cYx5_19FG7VTM,46306
|
4
|
+
amr-3.0.0.9004.dist-info/METADATA,sha256=DFHfx-te055CPJSoXKODN-42Vfcai8dK8XsCrAYoCVs,10095
|
5
|
+
amr-3.0.0.9004.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
amr-3.0.0.9004.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
+
amr-3.0.0.9004.dist-info/RECORD,,
|
amr-3.0.0.9002.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
AMR/__init__.py,sha256=s_gVz0y9RYsQZ1JvOfkOfq8aaQOBh3cqkPAAYQIqylI,7766
|
2
|
-
AMR/datasets.py,sha256=zNOGHIBZvcAx2Z2QF9gIccSkQkWW0CX9pEVBOVR-7gs,2430
|
3
|
-
AMR/functions.py,sha256=7lzvZo91luxr3jhc4H15al5N4oVm2qyTXbRBx2rg450,45096
|
4
|
-
amr-3.0.0.9002.dist-info/METADATA,sha256=GjMR_zldKah8OUK9DwSDbq1QdAi2HDgLl8XIG2Z75v4,10095
|
5
|
-
amr-3.0.0.9002.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
amr-3.0.0.9002.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
-
amr-3.0.0.9002.dist-info/RECORD,,
|
File without changes
|
File without changes
|