powered by
This function queries the Open Targets GraphQL API to retrieve mechanisms of action data for a specified drug.
mechanismsOfActionQuery(chemblId)
Returns a tibble containing mechanisms of action data for the specified drug.
Character: ChEMBL ID of the target drug (e.g., "CHEMBL1016").
if (FALSE) { result <- mechanismsOfActionQuery(chemblId = "CHEMBL1016") }
Run the code above in your browser using DataLab