Back to catalog
Cortexa research tool·genomics·remap
ReMap Get Transcription Factor Binding
Get transcription factor binding sites from ReMap database for specific genes and cell types
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cell_type": {
"default": "HepG2",
"description": "Cell type (e.g., HepG2, K562, MCF-7)",
"type": "string"
},
"gene_name": {
"description": "Gene symbol (e.g., BRCA1, TP53, MYC)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Number of results to return",
"maximum": 50,
"minimum": 1,
"type": "integer"
}
},
"required": [
"gene_name"
],
"type": "object"
}Examples (1)
Default ReMap Get Transcription Factor Binding call
public-safeinput
{
"gene_name": "BRCA1",
"limit": 3
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ReMap_get_transcription_factor_binding
- Tool name
- ReMap_get_transcription_factor_binding
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse