1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 19:41:55 +02:00

Built site for AMR@2.1.1.9186: f793828

This commit is contained in:
github-actions
2025-03-07 19:50:52 +00:00
parent a4384adaa6
commit 8a29e934c9
83 changed files with 607 additions and 598 deletions

View File

@ -7,7 +7,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.1.1.9183</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9186</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">
@ -49,7 +49,7 @@
</div>
<div class="ref-description section level2">
<p>Use this function to determine the antiviral drug code of one or more antiviral drugs. The data set <a href="antibiotics.html">antivirals</a> will be searched for abbreviations, official names and synonyms (brand names).</p>
<p>Use this function to determine the antiviral drug code of one or more antiviral drugs. The data set <a href="antimicrobials.html">antivirals</a> will be searched for abbreviations, official names and synonyms (brand names).</p>
</div>
<div class="section level2">
@ -85,7 +85,7 @@
</div>
<div class="section level2">
<h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2>
<p>All entries in the <a href="antibiotics.html">antivirals</a> data set have three different identifiers: a human readable EARS-Net code (column <code>ab</code>, used by ECDC and WHONET), an ATC code (column <code>atc</code>, used by WHO), and a CID code (column <code>cid</code>, Compound ID, used by PubChem). The data set contains more than 5,000 official brand names from many different countries, as found in PubChem. Not that some drugs contain multiple ATC codes.</p>
<p>All entries in the <a href="antimicrobials.html">antivirals</a> data set have three different identifiers: a human readable EARS-Net code (column <code>ab</code>, used by ECDC and WHONET), an ATC code (column <code>atc</code>, used by WHO), and a CID code (column <code>cid</code>, Compound ID, used by PubChem). The data set contains more than 5,000 official brand names from many different countries, as found in PubChem. Not that some drugs contain multiple ATC codes.</p>
<p>All these properties will be searched for the user input. The <code>as.av()</code> can correct for different forms of misspelling:</p><ul><li><p>Wrong spelling of drug names (such as "acyclovir"), which corrects for most audible similarities such as f/ph, x/ks, c/z/s, t/th, etc.</p></li>
<li><p>Too few or too many vowels or consonants</p></li>
<li><p>Switching two characters (such as "aycclovir", often the case in clinical data, when doctors typed too fast)</p></li>
@ -113,12 +113,12 @@
<h2 id="reference-data-publicly-available">Reference Data Publicly Available<a class="anchor" aria-label="anchor" href="#reference-data-publicly-available"></a></h2>
<p>All data sets in this <code>AMR</code> package (about microorganisms, antibiotics, SIR interpretation, EUCAST rules, etc.) are publicly and freely available for download in the following formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, and Stata. We also provide tab-separated plain text files that are machine-readable and suitable for input in any software program, such as laboratory information systems. Please visit <a href="https://msberends.github.io/AMR/articles/datasets.html">our website for the download links</a>. The actual files are of course available on <a href="https://github.com/msberends/AMR/tree/main/data-raw" class="external-link">our GitHub repository</a>.</p>
<p>All data sets in this <code>AMR</code> package (about microorganisms, antimicrobials, SIR interpretation, EUCAST rules, etc.) are publicly and freely available for download in the following formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, and Stata. We also provide tab-separated plain text files that are machine-readable and suitable for input in any software program, such as laboratory information systems. Please visit <a href="https://msberends.github.io/AMR/articles/datasets.html">our website for the download links</a>. The actual files are of course available on <a href="https://github.com/msberends/AMR/tree/main/data-raw" class="external-link">our GitHub repository</a>.</p>
</div>
<div class="section level2">
<h2 id="see-also">See also<a class="anchor" aria-label="anchor" href="#see-also"></a></h2>
<div class="dont-index">
<ul><li><p><a href="antibiotics.html">antivirals</a> for the <a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame</a> that is being used to determine ATCs</p></li>
<ul><li><p><a href="antimicrobials.html">antivirals</a> for the <a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame</a> that is being used to determine ATCs</p></li>
<li><p><code><a href="av_from_text.html">av_from_text()</a></code> for a function to retrieve antimicrobial drugs from clinical text (from health care records)</p></li>
</ul></div>
</div>