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

Built site for AMR: 2.0.0.9041@eff164e

This commit is contained in:
github-actions
2023-07-12 19:34:31 +00:00
parent 645974fb29
commit 822244837d
77 changed files with 227 additions and 206 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.9040</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.0.0.9041</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">
@ -176,9 +176,9 @@
<div class="section">
<h3 id="for-the-antibiotics-data-set-a-tibble-with-observations-and-variables-">For the antibiotics data set: a <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble</a> with 483 observations and 14 variables:<a class="anchor" aria-label="anchor" href="#for-the-antibiotics-data-set-a-tibble-with-observations-and-variables-"></a></h3>
<ul><li><p><code>ab</code><br> Antibiotic ID as used in this package (such as <code>AMC</code>), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available</p></li>
<li><p><code>cid</code><br> Compound ID as found in PubChem</p></li>
<li><p><code>name</code><br> Official name as used by WHONET/EARS-Net or the WHO</p></li>
<ul><li><p><code>ab</code><br> Antibiotic ID as used in this package (such as <code>AMC</code>), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available. <em>This is a unique identifier.</em></p></li>
<li><p><code>cid</code><br> Compound ID as found in PubChem. <em>This is a unique identifier.</em></p></li>
<li><p><code>name</code><br> Official name as used by WHONET/EARS-Net or the WHO. <em>This is a unique identifier.</em></p></li>
<li><p><code>group</code><br> A short and concise group name, based on WHONET and WHOCC definitions</p></li>
<li><p><code>atc</code><br> ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCC, like <code>J01CR02</code></p></li>
<li><p><code>atc_group1</code><br> Official pharmacological subgroup (3rd level ATC code) as defined by the WHOCC, like <code>"Macrolides, lincosamides and streptogramins"</code></p></li>
@ -195,10 +195,10 @@
<div class="section">
<h3 id="for-the-antivirals-data-set-a-tibble-with-observations-and-variables-">For the antivirals data set: a <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble</a> with 120 observations and 11 variables:<a class="anchor" aria-label="anchor" href="#for-the-antivirals-data-set-a-tibble-with-observations-and-variables-"></a></h3>
<ul><li><p><code>av</code><br> Antibiotic ID as used in this package (such as <code>AMC</code>), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available</p></li>
<li><p><code>name</code><br> Official name as used by WHONET/EARS-Net or the WHO</p></li>
<ul><li><p><code>av</code><br> Antibiotic ID as used in this package (such as <code>AMC</code>), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available. <em>This is a unique identifier.</em></p></li>
<li><p><code>name</code><br> Official name as used by WHONET/EARS-Net or the WHO. <em>This is a unique identifier.</em></p></li>
<li><p><code>atc</code><br> ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCC</p></li>
<li><p><code>cid</code><br> Compound ID as found in PubChem</p></li>
<li><p><code>cid</code><br> Compound ID as found in PubChem. <em>This is a unique identifier.</em></p></li>
<li><p><code>atc_group</code><br> Official pharmacological subgroup (3rd level ATC code) as defined by the WHOCC</p></li>
<li><p><code>synonyms</code><br> Synonyms (often trade names) of a drug, as found in PubChem based on their compound ID</p></li>
<li><p><code>oral_ddd</code><br> Defined Daily Dose (DDD), oral treatment</p></li>