Skip to main content
Glama

GTEx MCP Server

get_differential_expression

Analyze differences in gene expression levels between specified tissue groups using GTEx genomic data to identify tissue-specific gene activity.

Instructions

Get differential gene expression between tissue groups

Input Schema

NameRequiredDescriptionDefault
comparisonGroupsYesArray of tissue groups to compare
datasetIdNoGTEx dataset ID (default: gtex_v8)gtex_v8
gencodeIdYesGENCODE gene ID (e.g., ENSG00000223972.5)

Input Schema (JSON Schema)

{ "properties": { "comparisonGroups": { "description": "Array of tissue groups to compare", "items": { "type": "string" }, "type": "array" }, "datasetId": { "default": "gtex_v8", "description": "GTEx dataset ID (default: gtex_v8)", "type": "string" }, "gencodeId": { "description": "GENCODE gene ID (e.g., ENSG00000223972.5)", "type": "string" } }, "required": [ "gencodeId", "comparisonGroups" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/GTEx-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server