get_bioactivity_summary_batch: Retrieve bioactivity summary data from AEID batch

View source: R/bioactivity-APIs-batch.R

get_bioactivity_summary_batchR Documentation

Retrieve bioactivity summary data from AEID batch

Description

Retrieve bioactivity summary data from AEID batch

Usage

get_bioactivity_summary_batch(
  AEID = NULL,
  API_key = NULL,
  Server = NULL,
  rate_limit = 0L,
  verbose = FALSE
)

Arguments

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.

Value

A named list of data.frames containing bioactivity summary information for the assays with AEID matching the input parameter.

Examples


# Get bioactivity summary for multiple aeids
aeids <- get_bioactivity_summary_batch(AEID = c(159, 160))


ctxR documentation built on April 12, 2025, 2:07 a.m.