1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:41:58 +02:00

Built site for AMR: 2.0.0.9045@7a4628b

This commit is contained in:
github-actions
2023-07-14 08:58:39 +00:00
parent 7e5894fcd4
commit faed08a2c9
77 changed files with 220 additions and 219 deletions

View File

@ -10,7 +10,7 @@
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.0.0.9044</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.0.0.9045</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -159,12 +159,14 @@
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="2.0.0.9044" id="amr-2009044">AMR 2.0.0.9044<a class="anchor" aria-label="anchor" href="#amr-2009044"></a></h2>
<h2 class="pkg-version" data-toc-text="2.0.0.9045" id="amr-2009045">AMR 2.0.0.9045<a class="anchor" aria-label="anchor" href="#amr-2009045"></a></h2>
<div class="section level3">
<h3 id="new-2-0-0-9044">New<a class="anchor" aria-label="anchor" href="#new-2-0-0-9044"></a></h3>
<ul><li>Clinical breakpoints and intrinsic resistance of EUCAST 2023 and CLSI 2023 have been added for <code><a href="../reference/as.sir.html">as.sir()</a></code>. EUCAST 2023 (v13.0) is now the new default guideline for all MIC and disks diffusion interpretations</li>
<h3 id="new-2-0-0-9045">New<a class="anchor" aria-label="anchor" href="#new-2-0-0-9045"></a></h3>
<ul><li>Regarding clinical breakpoints:
<ul><li>Clinical breakpoints and intrinsic resistance of EUCAST 2023 and CLSI 2023 have been added to the <code>clinical_breakpoints</code> data set for usage in <code><a href="../reference/as.sir.html">as.sir()</a></code>. EUCAST 2023 (v13.0) is now the new default guideline for all MIC and disks diffusion interpretations</li>
<li>The EUCAST dosage guideline of v13.0 has been added to the <code>dosage</code> data set</li>
<li>ECOFF and animal breakpoints: the <code>clinical_breakpoints</code> data set now contains epidemiological cut-off (ECOFF) values and CLSI animal breakpoints. These two new breakpoint types can be used for MIC/disk interpretation using <code>as.sir(..., breakpoint_type = "ECOFF")</code> or<code>as.sir(..., breakpoint_type = "animal")</code>, which is an important new addition for veterinary microbiology.</li>
<li>The <code>clinical_breakpoints</code> data set now also contains epidemiological cut-off (ECOFF) values and CLSI animal breakpoints. These two new breakpoint types can be used for MIC/disk interpretation using <code>as.sir(..., breakpoint_type = "ECOFF")</code> or<code>as.sir(..., breakpoint_type = "animal")</code>, which is an important new addition for veterinary microbiology.</li>
</ul></li>
<li>Added support for 30 species groups / complexes. They are gathered in a new data set <code>microorganisms.groups</code> and are used in clinical breakpoint interpretation. For example, CLSI 2023 contains breakpoints for the RGM group (Rapidly Growing Mycobacterium, containing over 80 species) which is now supported by our package.</li>
<li>Added oxygen tolerance from BacDive to over 25,000 bacteria in the <code>microorganisms</code> data set
<ul><li>Added <code><a href="../reference/mo_property.html">mo_oxygen_tolerance()</a></code> to retrieve the values</li>
@ -176,7 +178,7 @@
<li>Added microbial codes for Gram-negative/positive anaerobic bacteria</li>
</ul></div>
<div class="section level3">
<h3 id="changed-2-0-0-9044">Changed<a class="anchor" aria-label="anchor" href="#changed-2-0-0-9044"></a></h3>
<h3 id="changed-2-0-0-9045">Changed<a class="anchor" aria-label="anchor" href="#changed-2-0-0-9045"></a></h3>
<ul><li>Updated algorithm of <code><a href="../reference/as.mo.html">as.mo()</a></code> by giving more weight to fungi</li>
<li>Fixed clinical breakpoints errors introduced by the source we import the rules from</li>
<li>