1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-09 15:52:52 +01:00

Built site for AMR@3.0.1.9003: ba30b08

This commit is contained in:
github-actions
2025-11-24 10:42:21 +00:00
parent 7d16891987
commit 141fc468f8
161 changed files with 21798 additions and 313 deletions

View File

@@ -0,0 +1,27 @@
# Export Data Set as NCBI BioSample Antibiogram
Export Data Set as NCBI BioSample Antibiogram
## Usage
``` r
export_ncbi_biosample(x, filename = paste0("biosample_", format(Sys.time(),
"%Y-%m-%d-%H%M%S"), ".xlsx"), type = "pathogen MIC",
columns = where(is.mic), save_as_xlsx = TRUE)
```
## Arguments
- x:
A data set.
- filename:
A character string specifying the file name.
- type:
A character string specifying the type of data set, either "pathogen
MIC" or "beta-lactamase MIC", see
<https://www.ncbi.nlm.nih.gov/biosample/docs/>.