Learn R Programming

otargen (version 2.0.0)

indicationsQuery: 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)

Value

Returns a tibble containing indications data for the specified drug.

Arguments

chemblId

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

Examples

Run this code
if (FALSE) {
result <- indicationsQuery(chemblId = "CHEMBL1016")
}

Run the code above in your browser using DataLab