mirror of
https://github.com/msberends/AMR.git
synced 2025-09-06 04:09:39 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
\alias{export_ncbi_biosample}
|
||||
\title{Export Data Set as NCBI BioSample Antibiogram}
|
||||
\usage{
|
||||
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
|
||||
)
|
||||
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{
|
||||
\item{x}{a data set}
|
||||
|
Reference in New Issue
Block a user