mousePhenotypesQuery: Retrieve Mouse Phenotypes data for a specified gene.

View source: R/mousePhenotypesQuery.R

mousePhenotypesQueryR Documentation

Retrieve Mouse Phenotypes data for a specified gene.

Description

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

Usage

mousePhenotypesQuery(ensemblId)

Arguments

ensemblId

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

Value

Returns a data frame containing mouse phenotypes data for the specified gene.

Examples

## Not run: 
result <- mousePhenotypesQuery(ensemblId = "ENSG00000169174")

## End(Not run)

otargen documentation built on Aug. 9, 2025, 1:08 a.m.