Skip to main content
Glama

GTEx MCP Server

calculate_expression_correlation

Analyze gene expression correlation patterns across human tissues using GTEx data to identify co-expressed genes and biological relationships.

Instructions

Calculate expression correlation between genes across tissues

Input Schema

NameRequiredDescriptionDefault
datasetIdNoGTEx dataset ID (default: gtex_v8)gtex_v8
gencodeIdsYesArray of GENCODE gene IDs to compare

Input Schema (JSON Schema)

{ "properties": { "datasetId": { "default": "gtex_v8", "description": "GTEx dataset ID (default: gtex_v8)", "type": "string" }, "gencodeIds": { "description": "Array of GENCODE gene IDs to compare", "items": { "type": "string" }, "type": "array" } }, "required": [ "gencodeIds" ], "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