clinical_target
Identifier
Section titled “Identifier”Description
Section titled “Description”Target-drug associations derived from clinical reports, capturing the maximum clinical stage and associated diseases for each target-drug pair [Drug, Target]
Partitions
Section titled “Partitions”release'26.06'
Schema
Section titled “Schema”| Column | Type | Description |
|---|---|---|
id |
TEXT |
Unique identifier for the clinical target-drug association |
drugId |
TEXT |
Open Targets molecule identifier |
targetId |
TEXT |
Open Targets target identifier |
diseases |
STRUCT(diseaseFromSource TEXT, diseaseId TEXT)[] |
Diseases associated with this target-drug clinical pair |
clinicalReportIds |
TEXT[] |
List of clinical report identifiers associated with this target-drug pair |
maxClinicalStage |
TEXT |
Maximum clinical stage reached for this target-drug pair |
release |
TEXT |
Partition column. Open Targets Platform release version (major.minor), e.g. 26.06. [Added during ingest.] |