x-atlas-consortia / ubkg-etl

A framework that combines data from the UMLS with assertions from other data sources into a set of CSV files that can be imported into neo4j to build a Unified Biomedical Knowledge Graph (UBKG)
MIT License
2 stars 0 forks source link

CEDAR edge files should associate fields with dataset types #125

Closed AlanSimmons closed 3 months ago

AlanSimmons commented 6 months ago

Statement of problem

The edge files from the CEDAR ETL do not currently describe relationships between CEDAR fields and dataset types. This relationship is available in the CEDAR template schema, as shown below.

Once the CEDAR edge and node files contain the necessary edges between fields and dataset types, the field-assays endpoint in hs-ontology-api can be enhanced to include assay associations for CEDAR fields that are not already in the field-assays.yaml.

Image

Dependency

CEDAR team