Skip to content

Update xDTD to use Plover or Shepherd/Retriever to get the latest node/edge info #2666

@chunyuma

Description

@chunyuma

Currently, the xDTD database, there are four tables: prediction_table, path_table, node_info, edge_info.

  • The prediction_table contains three columns: drug (CURIE), disease (CURIE), prediction score.
  • The path_table contains drug (CURIE), disease (CURIE), and their corresponding paths
  • The node_info is basically KG2 node TSV file
  • The edge_info is basically KG2 edge TSV file

xDTD mainly uses node_info and edge_info to get attributes. However, they might not be the latest version. Thus, we plan to switch to use Plover or Shepherd/Retriever to get the latest node/edge info.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions