Retrieve bioactivity summary data from AEID batch
Source:R/bioactivity-APIs-batch.R
get_bioactivity_summary_batch.Rd
Retrieve bioactivity summary data from AEID batch
Usage
get_bioactivity_summary_batch(
AEID = NULL,
API_key = NULL,
Server = NULL,
rate_limit = 0L,
verbose = FALSE
)
Value
A named list of data.frames containing bioactivity summary information for the assays with AEID matching the input parameter.
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Get bioactivity summary for multiple aeids
aeids <- get_bioactivity_summary_batch(AEID = c(159, 160))
}