Back to catalog
Cortexa research tool·genomics·iedb_ext
Iedb Search Tcell Assays
Search T-cell assay data from the IEDB. Returns T-cell response assays with epitope sequences, MHC restriction, source organism, and assay results. Useful for finding T-cell epitopes for vaccine design, immunotherapy, and understanding cellular immunity. Filter by peptide sequence, MHC class, organism, or qualitative result. Tip: use `select` to request only key fields for faster responses.
Livelast probed 2026-05-01 00:47Z· 7618msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 7618ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filters": {
"additionalProperties": {
"type": "string"
},
"description": "Advanced PostgREST filters (e.g., {\"source_organism_iri\":\"eq.NCBITaxon:11320\"}).",
"type": "object"
},
"limit": {
"default": 10,
"description": "Maximum rows to return.",
"type": "integer"
},
"mhc_class": {
"description": "MHC class restriction (I or II).",
"enum": [
"I",
"II"
],
"type": "string"
},
"offset": {
"default": 0,
"description": "Pagination offset.",
"type": "integer"
},
"qualitative_measure": {
"description": "Filter by assay result.",
"enum": [
"Positive",
"Negative",
"Positive-High",
"Positive-Intermediate",
"Positive-Low"
],
"type": "string"
},
"select": {
"description": "Columns to return (array of strings). Example: ['tcell_id','linear_sequence','mhc_restriction','qualitative_measure'].",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"sequence": {
"description": "Exact peptide sequence to search (e.g., GILGFVFTL for influenza M1 epitope).",
"type": "string"
},
"sequence_contains": {
"description": "Partial peptide sequence (substring match). Example: 'SIINFEKL'.",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default Iedb Search Tcell Assays call
public-safeinput
{
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_iedb_search_tcell_assays
- Tool name
- iedb_search_tcell_assays
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse