mechanismsOfActionQuery: Retrieve Mechanisms of Action data for a specified drug.

View source: R/mechanismsOfActionQuery.R

mechanismsOfActionQueryR Documentation

Retrieve Mechanisms of Action data for a specified drug.

Description

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

Usage

mechanismsOfActionQuery(chemblId)

Arguments

chemblId

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

Value

Returns a tibble containing mechanisms of action data for the specified drug.

Examples

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

## End(Not run)

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