get_dataset_info
Retrieve details about GTEx genomics datasets, including available IDs and metadata, for informed data selection and analysis.
Instructions
Get information about available GTEx datasets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasetId | No | Specific dataset ID (optional, returns all if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"datasetId": {
"description": "Specific dataset ID (optional, returns all if not provided)",
"type": "string"
}
},
"type": "object"
}