indicationsQuery {otargen}R 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)

[Package otargen version 2.0.0 Index]