get_bioactivity_summary {ctxR}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 ctxR version 1.0.0 Index]