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