R/pathwaysQuery.R
pathwaysQuery.Rd
This function queries the Open Targets GraphQL API to retrieve pathways data for a specified gene.
pathwaysQuery(ensgId)
Character: ENSEMBL ID of the target gene (e.g., ENSG00000105397).
Returns a tibble containing pathways data for the specified gene.
if (FALSE) { # \dontrun{ result <- pathwaysQuery(ensgId = "ENSG00000105397") } # }