View source: R/bioactivity-APIs-batch.R
get_annotation_by_aeid_batch | R Documentation |
Retrieve annotations for AEID batch
get_annotation_by_aeid_batch(
AEID = NULL,
API_key = NULL,
Server = NULL,
rate_limit = 0L,
verbose = FALSE
)
AEID |
A list of AEID identifiers |
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
rate_limit |
Number of seconds to wait between each request |
verbose |
A logical indicating if some “progress report” should be given. |
A named list of data.frames containing annotation information for the assays with AEID matching the input parameter.
# Get annotations for multiple aeids
aeid_annotations <- get_annotation_by_aeid_batch(AEID = c(159, 160))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.