powered by
This function queries the Open Targets GraphQL API to retrieve pathways data for a specified gene.
pathwaysQuery(ensgId)
Returns a tibble containing pathways data for the specified gene.
Character: ENSEMBL ID of the target gene (e.g., ENSG00000105397).
if (FALSE) { result <- pathwaysQuery(ensgId = "ENSG00000105397") }
Run the code above in your browser using DataLab