View source: R/bioactivity-APIs.R
get_bioactivity_summary | R Documentation |
Retrieve bioactivity summary for AEID
get_bioactivity_summary(
AEID = NULL,
API_key = NULL,
Server = bioactivity_api_server,
verbose = FALSE
)
AEID |
The assay endpoint indentifier AEID |
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
A data.frame containing summary information corresponding to the input AEID
# Pull an assay bioactivity summary
aeid_1386 <- get_bioactivity_summary(AEID = 1386)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.