AlphaGenome’s multimodal predictions are not generic — the model can produce outputs that reflect the regulatory landscape of specific tissues and cell types. You select those contexts through theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/BDB-Genomics/AlphaGenomeR/llms.txt
Use this file to discover all available pages before exploring further.
ontology_terms parameter, which accepts standard biological ontology identifiers from UBERON (for anatomical structures) and CL (for cell types). When you supply terms, the API filters returned tracks to match only those biological contexts; when you omit them, predictions may span all available tissues in the model.
Ontology term format
Terms follow the standardPREFIX:NNNNNNN format used across biological databases:
- UBERON — Uber Anatomy Ontology, for tissues and organs
- CL — Cell Ontology, for specific cell types
ontology_terms:
Common UBERON tissue terms
| Term | Tissue |
|---|---|
UBERON:0002048 | Lung |
UBERON:0002107 | Liver |
UBERON:0000955 | Brain |
UBERON:0000948 | Heart |
Common CL cell type terms
| Term | Cell type |
|---|---|
CL:0000236 | B cell |
CL:0000084 | T cell |
Query multiple tissues in one call
Pass multiple terms in the same character vector to retrieve predictions covering all of those contexts in a single API call:Mix tissue and cell type terms
UBERON and CL terms can be combined in the same call:What happens when ontology_terms is NULL
When you omitontology_terms or set it to NULL, the package passes an empty list to the API:
When
ontology_terms is NULL, predictions may include tracks from all tissues available in the model. The returned metadata will indicate which contexts each track corresponds to.Finding ontology terms
UBERON Ontology Browser
UBERON Ontology Browser
Browse the Uber Anatomy Ontology at https://www.ebi.ac.uk/ols4/ontologies/uberon. Search by tissue name to find the corresponding
UBERON:NNNNNNN identifier.Cell Ontology (CL) Browser
Cell Ontology (CL) Browser
Browse the Cell Ontology at https://www.ebi.ac.uk/ols4/ontologies/cl. Search by cell type name to find the
CL:NNNNNNN identifier.Ontology Lookup Service (OLS)
Ontology Lookup Service (OLS)
The EBI Ontology Lookup Service at https://www.ebi.ac.uk/ols4 covers both UBERON and CL in one place and supports free-text search across all ontologies.
Full example with metadata inspection
After querying with tissue terms, inspect$metadata to confirm which tissue contexts are present in the returned tracks: