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