View source: R/bacdive_extract.R
getAntibiogramSingle | R Documentation |
Get the antibiogram susceptibility / resistance information for a single entry
getAntibiogramSingle(bacdive_entry)
bacdive_entry |
A single entry representing a strain within a bacdive list. |
This is similar information from what is gotten from getAbxSingle
but uses a standardized format called the antibiogram
A dataframe of antibiogram susceptibility / resistance information for a single bacdive entry.
## Not run:
antibiogram_df <- bind_rows(lapply(list_holder, getAntibiogramSingle))
# OR
single_strain <- getAntibiogramSingle(list_holder[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.