Back to catalog
Cortexa research tool·genomics·ucsc_genome
UCSC Get Track
Get annotation track data from the UCSC Genome Browser for a specified genomic region. Retrieves features like genes, regulatory elements, conservation scores, variants, or repeats from any of UCSC's 370+ tracks. Use UCSC_search first to find the genomic coordinates of your gene of interest. Example: track 'knownGene' on hg38 chr17:7668421-7687490 returns GENCODE gene annotations for the TP53 region.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chrom": {
"description": "Chromosome name. Examples: 'chr1', 'chr17', 'chrX'.",
"type": "string"
},
"end": {
"description": "End position (exclusive). Must be > start.",
"type": "integer"
},
"genome": {
"description": "UCSC genome assembly. Examples: 'hg38', 'hg19', 'mm39'.",
"type": "string"
},
"maxItemsOutput": {
"description": "Maximum number of items to return. Default: 100. Set to limit large result sets.",
"type": [
"integer",
"null"
]
},
"start": {
"description": "0-based start position (inclusive).",
"type": "integer"
},
"track": {
"description": "Track name. Common tracks: 'knownGene' (GENCODE genes), 'ncbiRefSeq' (RefSeq), 'snp151' (dbSNP), 'encodeCcreCombined' (ENCODE cCREs), 'phastCons100way' (conservation), 'rmsk' (repeats).",
"type": "string"
}
},
"required": [
"genome",
"track",
"chrom",
"start",
"end"
],
"type": "object"
}Examples (1)
Default UCSC Get Track call
public-safeinput
{
"chrom": "",
"end": 1,
"genome": "",
"start": 1,
"track": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UCSC_get_track
- Tool name
- UCSC_get_track
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse