get_bioactivity_summary: Retrieve bioactivity summary for AEID

View source: R/bioactivity-APIs.R

get_bioactivity_summaryR Documentation

Retrieve bioactivity summary for AEID

Description

Retrieve bioactivity summary for AEID

Usage

get_bioactivity_summary(
  AEID = NULL,
  API_key = NULL,
  Server = bioactivity_api_server,
  verbose = FALSE
)

Arguments

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.

Value

A data.frame containing summary information corresponding to the input AEID

Examples


# Pull an assay bioactivity summary
aeid_1386 <- get_bioactivity_summary(AEID = 1386)


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