get_genetox_summary: Get genetox summary

View source: R/hazard-APIs.R

get_genetox_summaryR Documentation

Get genetox summary

Description

Get genetox summary

Usage

get_genetox_summary(
  DTXSID = NULL,
  API_key = NULL,
  Server = hazard_api_server,
  verbose = FALSE
)

Arguments

DTXSID

The chemical identifier DTXSID

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 of genetox summary data related to the input DTXSID.

Examples


# Pull genetox summary for BPA
bpa_genetox_summary <- get_genetox_summary(DTXSID = 'DTXSID7020182')


ccdR documentation built on Sept. 11, 2024, 5:57 p.m.