View source: R/mousePhenotypesQuery.R
mousePhenotypesQuery | R Documentation |
This function queries the Open Targets Genetics GraphQL API to retrieve mouse phenotypes data for a specified gene.
mousePhenotypesQuery(ensemblId)
ensemblId |
Character: ENSEMBL ID of the target gene (e.g., ENSG00000169174). |
Returns a data frame containing mouse phenotypes data for the specified gene.
## Not run:
result <- mousePhenotypesQuery(ensemblId = "ENSG00000169174")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.