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