mirror of
https://github.com/msberends/AMR.git
synced 2025-07-19 17:03:11 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@ -4,12 +4,8 @@
|
||||
\alias{guess_ab_col}
|
||||
\title{Guess Antibiotic Column}
|
||||
\usage{
|
||||
guess_ab_col(
|
||||
x = NULL,
|
||||
search_string = NULL,
|
||||
verbose = FALSE,
|
||||
only_sir_columns = FALSE
|
||||
)
|
||||
guess_ab_col(x = NULL, search_string = NULL, verbose = FALSE,
|
||||
only_sir_columns = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{a \link{data.frame}}
|
||||
|
Reference in New Issue
Block a user