hallmarksQuery {otargen}R Documentation

Retrieve Cancer Hallmarks data for a specified gene.

Description

This function queries the Open Targets GraphQL API to retrieve cancer hallmarks data for a specified gene.

Usage

hallmarksQuery(ensgId)

Arguments

ensgId

Character: ENSEMBL ID of the target gene (e.g., ENSG00000141510).

Value

Returns a tibble containing cancer hallmarks data for the specified gene.

Examples

## Not run: 
result <- hallmarksQuery(ensgId = "ENSG00000141510")

## End(Not run)

[Package otargen version 2.0.0 Index]