get_bioactivity_summary {ccdR}R 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)


[Package ccdR version 1.1.0 Index]