1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-16 00:47:49 +01:00

Built site for AMR@3.0.1.9034: 4dc3ec0

This commit is contained in:
github-actions
2026-03-11 15:20:20 +00:00
parent 86a53a0901
commit 33e262ed9b
92 changed files with 337 additions and 154 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="">3.0.1.9033</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9034</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">
@@ -467,7 +467,7 @@
</dl></div><div class="section level2">
<h2 id="other-miscellaneous-functions">Other: miscellaneous functions<a class="anchor" aria-label="anchor" href="#other-miscellaneous-functions"></a></h2>
<div class="section-desc"><p>These functions are mostly for internal use, but some of them may also be suitable for your analysis. Especially the like function can be useful: <code>if (x %like% y) {...}</code>.</p></div>
<div class="section-desc"><p>Miscellaneous functions that support various parts of an AMR analysis, such as working with ages, joining tables, principal component analysis, and other utilities. Especially the like function can be useful: <code>if (x %like% y) {...}</code>.</p></div>
<dl></dl></div><div class="section level2">
@@ -488,6 +488,13 @@
</dt>
<dd>Age in Years of Individuals</dd>
<dt>
<code><a href="amr_course.html">amr_course()</a></code>
</dt>
<dd>Download and Unpack an AMR Course Repository</dd>
<dt>
<code><a href="export_ncbi_biosample.html">export_ncbi_biosample()</a></code>