Back to catalog
Cortexa research tool·genomics·genenetwork_ext
GeneNetwork Get Trait Info
Get detailed information about a specific trait (probe/gene) in a GeneNetwork dataset. Returns trait metadata including gene symbol, description, chromosome, megabase position, mean expression value, linkage statistics (LRS score, locus), additive effect, and p-value. Requires a dataset name and trait name (probe ID). Use GeneNetwork_list_datasets to find available datasets and their names. Common datasets include BXD hippocampus, liver, and brain expression arrays.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_name": {
"description": "Dataset name/abbreviation. Examples: 'HC_M2_0606_P' (Hippocampus Consortium M430v2), 'BR_M2_1106_R' (Brain mRNA).",
"type": "string"
},
"trait_name": {
"description": "Trait/probe identifier. Examples: '1436869_at' (Shh probe), '1457211_at', '1418701_at'. These are microarray probe IDs for expression datasets.",
"type": "string"
}
},
"required": [
"dataset_name",
"trait_name"
],
"type": "object"
}Examples (1)
Default GeneNetwork Get Trait Info call
public-safeinput
{
"dataset_name": "",
"trait_name": "type 2 diabetes"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GeneNetwork_get_trait_info
- Tool name
- GeneNetwork_get_trait_info
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse