get_gene_panel_details
Retrieve detailed information and gene lists for a specific gene panel from cancer genomics data in cBioPortal MCP Server. Input the gene panel ID to access comprehensive data for analysis.
Instructions
Get detailed information for a specific gene panel, including the list of genes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gene_panel_id | Yes | ||
projection | No | DETAILED |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"gene_panel_id": {
"title": "Gene Panel Id",
"type": "string"
},
"projection": {
"default": "DETAILED",
"title": "Projection",
"type": "string"
}
},
"required": [
"gene_panel_id"
],
"type": "object"
}