indicationsQuery: Retrieve Indications data for a specified drug.

View source: R/indicationsQuery.R

indicationsQueryR Documentation

Retrieve Indications data for a specified drug.

Description

This function queries the Open Targets GraphQL API to retrieve indications data for a specified drug.

Usage

indicationsQuery(chemblId)

Arguments

chemblId

Character: ChEMBL ID of the target drug (e.g., "CHEMBL1016").

Value

Returns a tibble containing indications data for the specified drug.

Examples

## Not run: 
result <- indicationsQuery(chemblId = "CHEMBL1016")

## End(Not run)

otargen documentation built on Aug. 9, 2025, 1:08 a.m.