go
Identifier
Section titled “Identifier”Description
Section titled “Description”This dataset contains the mapping between Gene Ontology (GO) identifiers and their terms, including hierarchy, relationships, and metadata [Ontology]
Partitions
Section titled “Partitions”release'26.06'
Schema
Section titled “Schema”| Column | Type | Description |
|---|---|---|
id |
TEXT |
Primary Gene Ontology term identifier [bioregistry:go] |
label |
TEXT |
Human-readable name of the GO term |
namespace |
TEXT |
Ontology branch the term belongs to: biological_process, molecular_function, or cellular_component |
altIds |
TEXT[] |
List of alternative/secondary GO IDs that are synonyms for this term |
isA |
TEXT[] |
List of parent GO term IDs representing direct ‘is a’ hierarchical relationships |
partOf |
TEXT[] |
List of GO term IDs to which this term has a ‘part of’ relationship |
regulates |
TEXT[] |
List of GO term IDs that this term regulates (generic regulatory relationship) |
negativelyRegulates |
TEXT[] |
List of GO term IDs that this term negatively regulates (inhibitory relationship) |
positivelyRegulates |
TEXT[] |
List of GO term IDs that this term positively regulates (activating relationship) |
isObsolete |
BOOLEAN |
Boolean flag indicating whether the GO term has been deprecated and is no longer in active use |
ancestors |
TEXT[] |
List of ancestor GO terms |
descendants |
TEXT[] |
List of descendant GO terms |
release |
TEXT |
Partition column. Open Targets Platform release version (major.minor), e.g. 26.06. [Added during ingest.] |