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