View source: R/bacdive_extract.R
getAbxSingle | R Documentation |
Get the regular antibiotic susceptibility / resistance information from a single bacdive entry
getAbxSingle(bacdive_entry)
bacdive_entry |
A single entry representing a strain within a bacdive list. |
Some antibiotic information is encoded as an antibiogram, see getAntibiogramSingle
A dataframe of antibiotic susceptibility / resistance information for a single bacdive entry.
## Not run:
abx_df <- bind_rows(lapply(list_holder, getAbxSingle))
# OR
single_strain <- getAbxSingle(list_holder[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.