View source: R/pharmacogenomicsChemblQuery.R
pharmacogenomicsChemblQuery | R Documentation |
This function queries the Open Targets GraphQL API to retrieve pharmacogenomics data for a specified drug.
pharmacogenomicsChemblQuery(chemblId)
chemblId |
Character: ChEMBL ID of the target drug (e.g., "CHEMBL1016"). |
Returns a tibble containing pharmacogenomics data for the specified drug.
## Not run:
result <- pharmacogenomicsChemblQuery(chemblId = "CHEMBL1016")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.