View source: R/bacdive_extract.R
getEnzymesSingle | R Documentation |
Extracts enzyme data from a bacdive entry
getEnzymesSingle(bacdive_entry)
bacdive_entry |
A single entry representing a strain within a bacdive list. |
A dataframe of enzyme information for a single bacdive entry.
## Not run:
enzymes_df <- bind_rows(lapply(list_holder, getEnzymesSingle))
# OR
single_strain <- getEnzymesSingle(list_holder[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.